{% load i18n %} {% load shatailadmin_tags %} {# The title field for a parent page when the listing is in 'explore' mode #}

{% if parent_page_perms.can_edit %} {{ parent_page.get_admin_display_title }} {% else %} {{ parent_page.get_admin_display_title }} {% endif %} {% include "shatailadmin/pages/listing/_locked_indicator.html" with page=parent_page %}

{% include "shatailadmin/pages/_privacy_switch.html" with page=parent_page %}