{% load i18n %}
{% load wagtailadmin_tags %}
{# The title field for a parent page when the listing is in 'explore' mode #}
{% if parent_page_perms.can_edit and 'edit' not in hide_actions|default:'' %}
{{ parent_page.title }}
{% else %}
{{ parent_page.title }}
{% endif %}
{% include "wagtailadmin/pages/listing/_locked_indicator.html" with page=parent_page %}
{% include "wagtailadmin/pages/_privacy_switch.html" with page=parent_page %}
{% if parent_page_perms.can_edit and 'edit' not in hide_actions|default:'' %}