{%- block next_prev %} {% if config.theme.prev_next_buttons_location|lower in ['bottom', 'both'] and page and (page.next_page or page.previous_page) %}
{% if page.next_page %} {% trans %}Next{% endtrans %} {% endif %} {% if page.previous_page %} {% trans %}Previous{% endtrans %} {% endif %}
{% endif %} {%- endblock %}
{% if config.copyright %}

{{ config.copyright }}

{% endif %}
{% trans mkdocs_link='MkDocs', sphinx_link='theme', rtd_link='Read the Docs' %}Built with %(mkdocs_link)s using a %(sphinx_link)s provided by %(rtd_link)s.{% endtrans %}