{% if (theme_prev_next_buttons_location == 'bottom' or theme_prev_next_buttons_location == 'both') and (next or prev) %}
{% if next %} {{ _('Next') }} {% endif %} {% if prev %} {{ _('Previous') }} {% endif %}
{% endif %}
{%- if theme_footer_links %} {% set data = 'Data' %} {% set doc = 'Documentation' %} {% set infra = 'Infrastructure' %} {% set python = 'Python' %} {% set tools = 'Tools' %} {% trans data=data, doc=doc, infra=infra, python=python, tools=tools %}
  • {{ data }}
  • {{ doc }}
  • {{ infra }}
  • {{ python }}
  • {{ tools }}
{% endtrans %} {%- endif %}

{%- if show_sphinx %} {% set sphinx = 'Sphinx' %} {% set audeering_theme = 'audEERING theme' %} {% trans sphinx=sphinx, audeering_theme=audeering_theme %} Built with {{ sphinx }} on {{ last_updated }} using the {{ audeering_theme }} {% endtrans %} {%- endif %}

{%- if show_copyright %} {%- if copyright %} {% set copyright = copyright|e %} {%- else %} {% set copyright = 'audEERING GmbH' %} {%- endif %} © {{ copyright }} {%- endif %}

{%- block extrafooter %} {% endblock %}