{% load i18n %} {% comment %} Navigation controls for the page listing in 'explore' mode {% endcomment %} {% if allow_navigation %} {% if page.is_navigable %} {% trans "Explore" %} {% elif page_perms.can_add_subpage %} {% trans 'Add subpage' %} {% endif %} {% endif %}