{% load i18n wagtailadmin_tags %} {% comment %} Table headers for the page listing, when in 'explore' mode. Expects the following variables: sortable: if true, headings are links to wagtailadmin_explore with sort parameters applied. sortable_by_type: must be true to allow sorting on the 'type' column show_ordering_column: if true, an 'ordering' column is added. orderable: if true, the 'ordering' column is populated (again with links to wagtailadmin_explore). If either sortable or orderable is true, the following variables are also required: parent_page: The page instance currently being browsed (used to generate the correct wagtailadmin_explore urls and title text) ordering: the current sort parameter {% endcomment %}