{% import "glossary.html" as glossary %} {% if next or prev %}
{% if theme_direction == "ltr" %} {% if prev %}   {{glossary.btn_previous}} {% endif %} {% if next %} {{glossary.btn_next}}   {% endif %} {% else %} {% if prev %}   {{glossary.btn_previous}} {% endif %} {% if next %} {{glossary.btn_next}}   {% endif %} {% endif %}
{% endif %}