{% load i18n wagtailadmin_tags %} {% if locked_pages %}
{# TODO try moving these classes onto the section tag #}

{% trans "Your locked pages" %}

{% if can_remove_locks %} {% trans "See all locked pages" %} {% endif %} {% for page in locked_pages %} {% endfor %}
{% trans "Title" %} {% trans "Locked at" %}
{{ page.get_admin_display_title }} {% include "wagtailadmin/pages/listing/_privacy_indicator.html" with page=page %} {% include "wagtailadmin/pages/listing/_locked_indicator.html" with page=page %}
{% blocktrans with time_period=page.locked_at|timesince %}{{ time_period }} ago{% endblocktrans %}
{% endif %}