{% if page.can_choose %}
{{ value }}
{% 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 %}