{% load i18n wagtailadmin_tags %} {% load wagtailcore_tags %} {% if locked_pages %} {% trans "Your locked pages" as heading %} {% panel id="locked-pages" heading=heading %}
{% trans "Title" %} | {% trans "Locked at" %} | |
---|---|---|
{{ 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 %}
{% 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 %}
|
{# Deliberately empty #} | {% human_readable_date page.locked_at %} |