{% load i18n wagtailadmin_tags wagtailcore_tags %} {% if page_list %} {% panel id=heading|slugify heading=heading %} {% if description %}
{% icon name=description_icon %}

{{ description }}

{% endif %} {% for page in page_list %} {% endfor %}
{% trans "Title" %} {% trans "Type" %} {% trans "Last review" %} {% trans "Review due" %}
{{ page.get_admin_display_title }} {% i18n_enabled as show_locale_labels %} {% if show_locale_labels and page.locale_id %} {% locale_label_from_id page.locale_id as locale_label %} {{ locale_label }} {% endif %} {% include "wagtailadmin/pages/listing/_privacy_indicator.html" with page=page %} {% include "wagtailadmin/pages/listing/_locked_indicator.html" with page=page %}
{{ page.specific_class.get_verbose_name }} {{ page.last_review_date|date:"N Y" }} {{ page.next_review_date|date:"N Y" }}
{% endpanel %} {% endif %}