{% extends "wagtailadmin/base.html" %} {% load i18n %} {% load wagtailadmin_tags %} {% block titletag %}{% blocktrans with title=parent_page.title %}Exploring {{ title }}{% endblocktrans %}{% endblock %} {% block bodyclass %}menu-explorer page-explorer {% if ordering == 'ord' %}reordering{% endif %}{% endblock %} {% block content %}

Explorer

{% include "wagtailadmin/shared/breadcrumb.html" with page=parent_page %}
{% csrf_token %} {% page_permissions parent_page as parent_page_perms %} {% include "wagtailadmin/pages/list.html" with sortable=1 allow_navigation=1 full_width=1 parent_page=parent_page orderable=parent_page_perms.can_reorder_children %}
{% endblock %} {% block extra_js %} {% endblock %}