{% load i18n wagtailadmin_tags wagtailcore_tags %} {% if page_list %} {% panel id=heading|slugify heading=heading classname="w-panel--dashboard" %} {% if description %}
{{ description }}
| {% translate "Title" %} | {% translate "Language" %} | {% translate "Privacy and access" %} | {% translate "Type" %} | {% translate "Last review" %} | {% translate "Review due" %} | |
|---|---|---|---|---|---|---|
| {% i18n_enabled as show_locale_labels %} {% if show_locale_labels and page.locale_id %} {% locale_label_from_id page.locale_id as locale_label %} {% status locale_label classname="w-status--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" }} |
|