{% extends "wagtailadmin/base.html" %} {% load i18n compress admin_static %} {% block titletag %}{{ view.get_meta_title }}{% endblock %} {% block extra_css %} {% include "wagtailadmin/pages/_editor_css.html" %} {% compress css %} {% endcompress %} {% endblock %} {% block extra_js %} {% include "wagtailadmin/pages/_editor_js.html" %} {% endblock %} {% block content %}
{% block header %} {% include "wagtailadmin/shared/header.html" with title=view.get_page_title subtitle=view.get_page_subtitle icon=view.header_icon %} {% endblock %}

{% blocktrans %}Where should it go?{% endblocktrans %}

{% blocktrans with view.model_name_plural as plural %}{{ plural }} can be added to more than one place within your site. Where would you like this new one to go?{% endblocktrans %}

{% csrf_token %}
    {% include "wagtailadmin/shared/field_as_li.html" with field=form.parent_page %}
{% endblock %}