{% raw %}
{% load i18n core_tags %}
{# The title field for a page in the page listing, when in 'explore' mode #}
{% if page_perms.can_edit and 'edit' not in hide_actions|default:'' %}
{{ page.title }}
{% else %}
{{ page.title }}
{% endif %}
{% include "wagtailadmin/pages/listing/_privacy_indicator.html" with page=page %}
{% include "wagtailadmin/pages/listing/_locked_indicator.html" with page=page %}
{% render_translations page %}
{% if page_perms.can_edit and 'edit' not in hide_actions|default:'' %}