{% load i18n wagtailadmin_tags %} {# The title field for a page in the page listing, when in 'explore' mode #}
{% if page.sites_rooted_here.exists %} {% if perms.wagtailcore.add_site or perms.wagtailcore.change_site or perms.wagtailcore.delete_site %} {% endif %} {% endif %} {% if page_perms.can_edit %} {{ page.get_admin_display_title }} {% else %} {{ page.get_admin_display_title }} {% endif %} {% include "wagtailadmin/pages/listing/_privacy_indicator.html" with page=page %} {% include "wagtailadmin/pages/listing/_locked_indicator.html" with page=page %}