{% load i18n %} {% if page_types_restricted %} {% trans "Choose" as choose_str %} {% trans page_type_name as subtitle %} {% else %} {% trans "Choose a page" as choose_str %} {% endif %} {% include "wagtailadmin/shared/header.html" with title=choose_str subtitle=subtitle search_url="wagtailadmin_choose_page_search" query_parameters="page_type="|add:page_type_string icon="doc-empty-inverse" %}
{% blocktrans with type=page_type_name %} Only pages of type "{{ type }}" may be chosen for this field. Search results will exclude pages of other types. {% endblocktrans %}
{% endif %}