{% load i18n shatailadmin_tags %} {% if last_edits %}

{% trans "Your most recent edits" %}

{# Note: the header is visually hidden behind .title-wrapper #} {% for revision, page in last_edits %} {% endfor %}
{% trans "Title" %} {% trans "Status" %} {% trans "Date" %}
{{ 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 "shatailadmin/pages/listing/_privacy_indicator.html" with page=page %} {% include "shatailadmin/pages/listing/_locked_indicator.html" with page=page %}
{% include "shatailadmin/shared/page_status_tag.html" with page=page %}
{% blocktrans trimmed with time_period=revision.created_at|timesince_simple %}{{ time_period }}{% endblocktrans %}
{% endif %}