{% load l10n wagtailadmin_tags %} {% load wagtailcore_tags %}
{% if page.can_choose %} {% if column.is_multiple_choice %} {% else %} {{ value }} {% endif %} {% else %} {{ value }} {% endif %} {% if show_locale_labels %} {% status page.locale.get_display_name classname="w-status--label" %} {% endif %} {% include "wagtailadmin/pages/listing/_privacy_indicator.html" with page=page %} {% include "wagtailadmin/pages/listing/_locked_indicator.html" with page=page %}