{% extends "wagtailadmin/base.html" %} {% load i18n wagtailadmin_tags %} {% block titletag %}{{ view.get_title }} {{ view.get_subtitle }}{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title=view.get_title subtitle=view.get_subtitle icon="doc-empty-inverse" %}
{% csrf_token %} {% if next_url %} {% endif %} {% for field in form.hidden_fields %}{{ field }}{% endfor %}
{% endblock %} {% block extra_js %} {{ block.super }} {% endblock %}