{% load i18n %} {% load wagtailadmin_tags %}
{% endif %} | Title | {% if show_parent %}{% trans 'Parent' %} | {% endif %}{% 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 %} |
{% 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 show_parent %} {% with page.get_parent as parent %}{% if parent %} {{ parent.title }} {% endif %} | {% endwith %} {% 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 %} | {% 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 %}|
{% blocktrans with page_number=pages.number num_pages=pages.paginator.num_pages%} Page {{ page_number }} of {{ num_pages }}. {% endblocktrans %}