{% load i18n %} {% load wagtailadmin_tags %} {% if show_ordering_column %} {% endif %} {% if show_parent %} {% endif %} {% block pre_parent_page_headers %} {% endblock %} {% if parent_page %} {% page_permissions parent_page as parent_page_perms %} {% endif %} {% block post_parent_page_headers %} {% endblock %} {% if pages %} {% for page in pages %} {% page_permissions page as page_perms %} {% if show_ordering_column %} {% endif %} {% if show_parent %} {% with page.get_parent as parent %} {% endwith %} {% endif %} {% block page_navigation %} {% endblock %} {% endfor %} {% else %} {% block no_results %}{% endblock %} {% endif %}
{% block parent_page_title %} {% endblock %} {% if parent_page.latest_revision_created_at %}
{{ parent_page.latest_revision_created_at|timesince }} ago
{% endif %}
{% if not parent_page.is_root %} {{ parent_page.content_type.model_class.get_verbose_name }} {% endif %} {% if not parent_page.is_root %} {% include "wagtailadmin/shared/page_status_tag.html" with page=parent_page %} {% endif %}
{% if orderable and ordering == "ord" %}
{% trans 'Drag' %}
{% endif %}
{% block page_title %} {% endblock %} {% if parent %} {{ parent.title }} {% endif %} {% if page.latest_revision_created_at %}
{{ page.latest_revision_created_at|timesince }} ago
{% endif %}
{{ page.content_type.model_class.get_verbose_name }} {% include "wagtailadmin/shared/page_status_tag.html" with page=page %}