{% extends "wagtailadmin/generic/form.html" %} {% load wagtailadmin_tags %} {% load i18n %} {% block content %} {% get_comments_enabled as comments_enabled %} {% include 'wagtailadmin/shared/headers/page_create_header.html' with title=header_title %}
{% endblock %} {% block actions %} {{ action_menu.render_html }} {% block extra_footer_actions %} {% comment %} While undocumented, this block is used by some packages to add additional actions *outside* of the dropdown menu. {% endcomment %} {% endblock %} {% endblock%}