{% load i18n %} {% load l10n %} {% load wagtailadmin_tags %} {% if show_ordering_column or show_bulk_actions %} {% endif %} {% if show_parent %} {% endif %} {% block post_parent_page_headers %} {% endblock %} {% if pages %} {% trans "Select page" as checkbox_aria_label %} {% for page in pages %} {% page_permissions page as page_perms %} {% if show_ordering_column %} {% elif show_bulk_actions %} {% include "wagtailadmin/bulk_actions/listing_checkbox_cell.html" with obj_type="page" obj=page aria_labelledby_prefix="page_" aria_labelledby=page.pk|unlocalize aria_labelledby_suffix="_title" %} {% endif %} {% if show_parent %} {% endif %} {% block page_navigation %} {% endblock %} {% endfor %} {% else %} {% block no_results %}{% endblock %} {% endif %}
{% if orderable and ordering == "ord" %}
{% trans 'Drag' %} Item {{ forloop.counter }} of {{ pages|length }}
{% endif %}
{% block page_title %} {% endblock %} {% block page_parent_page_title %} {% with page.get_parent as parent %} {% if parent %} {{ parent.specific_deferred.get_admin_display_title }} {% endif %} {% endwith %} {% endblock %} {% if page.latest_revision_created_at %} {% human_readable_date page.latest_revision_created_at %} {% endif %} {{ page.page_type_display_name }} {% include "wagtailadmin/shared/page_status_tag.html" with page=page %}