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