{% load i18n wagtailadmin_tags %} {% comment %} Navigation controls for the page listing in 'explore' mode {% endcomment %} {% if page.is_navigable %} {% icon name="arrow-right" classname="default" %} {% elif page_perms.can_add_subpage %} {% icon name="plus-inverse" classname="default" %} {% endif %}