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