{% extends "wagtailadmin/base.html" %} {% load i18n %} {% load wagtailadmin_tags %} {% block titletag %}{% blocktrans with title=parent_page.get_admin_display_title %}Create a page in {{ title }}{% endblocktrans %}{% endblock %} {% block content %} {% trans "Create a page in" as create_str %} {% include "wagtailadmin/shared/header.html" with title=create_str subtitle=parent_page.get_admin_display_title icon="doc-empty-inverse" %}

{% trans "Choose which type of page you'd like to create." %}

{% if page_types %} {% endif %}
{% endblock %}