{% load i18n %} {% load wagtailadmin_tags %} {% if orderable %} {% endif %} {% if show_parent %} {% endif %} {% if moving or choosing %} {% if orderable %} {% endif %} {% if show_parent %} {% endif %} {% endif %} {% if parent_page %} {% page_permissions parent_page as parent_page_perms %} {% endif %} {% if not moving and not choosing %} {% include "wagtailadmin/pages/listing/_table_headers_explore.html" %} {% endif %} {% if pages %} {% for page in pages %} {% page_permissions page as page_perms %} {% if orderable %} {% endif %} {% if show_parent %} {% with page.get_parent as parent %} {% endwith %} {% endif %} {% if moving %} {% include "wagtailadmin/pages/listing/_navigation_move.html" %} {% elif choosing %} {% include "wagtailadmin/pages/listing/_navigation_choose.html" %} {% else %} {% include "wagtailadmin/pages/listing/_navigation_explore.html" %} {% endif %} {% endfor %} {% else %} {% url 'wagtailadmin_pages_add_subpage' parent_page.id as add_page_url%} {% endif %}
Title{% trans 'Parent' %}{% trans 'Updated' %} {% trans 'Type' %} {% trans 'Status' %}
{% if moving %} {% include "wagtailadmin/pages/listing/_page_title_move.html" with page=parent_page %} {% elif choosing %} {% include "wagtailadmin/pages/listing/_page_title_choose.html" with page=parent_page %} {% else %} {% include "wagtailadmin/pages/listing/_parent_page_title_explore.html" %} {% endif %} {% if parent_page.latest_revision_created_at %}
{{ parent_page.latest_revision_created_at|timesince }} ago
{% endif %}
{{ parent_page.content_type.model_class.get_verbose_name }} {% if not choosing and not moving and parent_page.live and not parent_page.is_root and 'view_live' not in hide_actions|default:'' %} {{ parent_page.status_string|capfirst }} {% else %} {{ parent_page.status_string|capfirst }} {% endif %}
{% if ordering == "ord" %}
{% trans 'Drag' %}
{% endif %}
{% if moving %} {% include "wagtailadmin/pages/listing/_page_title_move.html" with page=page %} {% elif choosing %} {% include "wagtailadmin/pages/listing/_page_title_choose.html" with page=page %} {% else %} {% include "wagtailadmin/pages/listing/_page_title_explore.html" %} {% endif %} {% 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 }} {% if not choosing and not moving and page.live and 'view_live' not in hide_actions|default:'' %} {{ page.status_string }} {% else %} {{ page.status_string }} {% endif %}

{% trans "No pages have been created." %}{% if parent_page and parent_page_perms.can_add_subpage %} {% blocktrans %}Why not add one?{% endblocktrans %}{% endif %}

{% if parent_page and pages and pages.paginator %} {% endif %}