{% extends "wagtailadmin/base.html" %} {% load wagtailadmin_tags static compress i18n %} {% block titletag %}{% blocktrans with title=parent_page.title %}Exploring {{ title }}{% endblocktrans %}{% endblock %} {% block bodyclass %}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/listing/_list_explore.html" with sortable=1 allow_navigation=1 full_width=1 show_ordering_column=1 parent_page=parent_page orderable=parent_page_perms.can_reorder_children %} {% url 'wagtailadmin_explore' parent_page.id as pagination_base_url %} {% include "wagtailadmin/pages/listing/_pagination.html" with page=pages base_url=pagination_base_url query_params=pagination_query_params only %}
{% endblock %} {% block extra_js %} {% comment %} modal-workflow is required by the view restrictions interface {% endcomment %} {% endblock %}