{% load i18n wagtailadmin_tags %} {% block post_parent_page_headers %} {% block extra_columns %} {% endblock %} {% endblock %} {% for page in pages %} {% page_permissions page as page_perms %} {% block extra_page_data %} {% endblock %} {% endfor %}
{% trans 'Title' %} {% trans 'Updated' %} {% trans 'Type' %} {% trans 'Status' %}
{% block page_title %} {% i18n_enabled as show_locale_labels %} {% include "wagtailadmin/pages/listing/_page_title_explore.html" with show_locale_labels=show_locale_labels %} {% 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 %}