{% comment %} The title field for a page in the page listing, when in 'move' mode. Expects a variable 'page', the page instance. {% endcomment %}

{% if page.can_choose %} {{ page.specific.get_admin_display_title }} {% else %} {{ page.get_admin_display_title }} {% endif %} {% include "wagtailadmin/pages/listing/_privacy_indicator.html" with page=page %} {% include "wagtailadmin/pages/listing/_locked_indicator.html" with page=page %}