{%- if (theme_prev_next_buttons_location == 'bottom' or theme_prev_next_buttons_location == 'both') and (next or prev) %} {#- Translators: This is an ARIA section label for the footer section of the page. -#}
{%- if prev %} {{ _('Previous') }} {%- endif %} {%- if next %} {{ _('Next') }} {%- endif %}
{%- endif %}
{%- block extrafooter %} {% endblock %}