{% load i18n wagtailadmin_tags %}
{% trans 'Title' %} | {% trans 'Updated' %} | {% trans 'Type' %} | {% trans 'Status' %} | {% block extra_columns %} {% endblock %}
---|---|---|---|
{% 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 %} | {% block extra_page_data %} {% endblock %}