{% load l10n %}
{% if page.can_choose %} {% if column.is_multiple_choice %} {% else %} {{ value }} {% endif %} {% else %} {{ value }} {% endif %} {% if column.show_locale_labels and page.depth == 2 %} {{ page.locale.get_display_name }} {% endif %} {% include "wagtailadmin/pages/listing/_privacy_indicator.html" with page=page %} {% include "wagtailadmin/pages/listing/_locked_indicator.html" with page=page %}