{% load i18n wagtailadmin_tags wagtailcore_tags %} {% if page_list %} {% panel id=heading|slugify heading=heading classname="w-panel--dashboard" %} {% if description %}
{% icon name=description_icon %}

{{ description }}

{% endif %} {% for page in page_list %} {% endfor %}
{% 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" }}
  • {% dropdown toggle_icon="dots-horizontal" toggle_aria_label=_("Actions") %} {% translate "Edit" %} {% if page.has_unpublished_changes and page.is_previewable %} {% translate "Draft" %} {% endif %} {% if page.live %} {% pageurl page as page_url %} {% if page_url is not None %} {% translate 'Live' %} {% endif %} {% endif %} {% enddropdown %}
{% endpanel %} {% endif %}