diff --git a/server/core/templates/wagtailadmin/pages/listing/_list.html b/server/core/templates/wagtailadmin/pages/listing/_list.html new file mode 100644 index 00000000..40d8e3bc --- /dev/null +++ b/server/core/templates/wagtailadmin/pages/listing/_list.html @@ -0,0 +1,142 @@ +{% load i18n %} +{% load l10n %} +{% load wagtailadmin_tags %} +
| + {% block parent_page_title %} + {% endblock %} + | +{% if parent_page.latest_revision_created_at %}
+
+ {% blocktrans with time_period=parent_page.latest_revision_created_at|timesince %}{{ time_period }}
+ ago{% endblocktrans %} {% 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 %} |
+ {% elif show_bulk_actions %}
+ {% include "wagtailadmin/bulk_actions/listing_checkbox_cell.html" with obj_type="page" obj=page aria_labelledby_prefix="page_" aria_labelledby=page.pk|unlocalize aria_labelledby_suffix="_title" %}
+ {% endif %}
+
+
+ {% block page_title %}
+ {% endblock %}
+ {% if page.content_type.model == 'chapter' %}
+
+
+ {% endif %}
+
|
+ {% if show_parent %}
+ + {% block page_parent_page_title %} + {% with page.get_parent as parent %} + {% if parent %} + {{ parent.specific_deferred.get_admin_display_title }} + {% endif %} + {% endwith %} + {% endblock %} + | + {% endif %} +{% if page.latest_revision_created_at %}
+
+ {% blocktrans with time_period=page.latest_revision_created_at|timesince %}{{ time_period }}
+ ago{% endblocktrans %} {% endif %} |
+ {{ page.content_type.model_class.get_verbose_name }} | ++ {% include "wagtailadmin/shared/page_status_tag.html" with page=page %} + | + + + {% block page_navigation %} + {% endblock %} + +
| #} + {##} + {# | #} + {##}
+ {#
| #}
+ {##}
+ {##}
+ {# ||||