{% extends "wagtailadmin/generic/form.html" %} {% load wagtailadmin_tags %} {% load i18n %} {% load l10n %} {% block bodyclass %}editor-view {% if page.live %}page-is-live{% endif %} {% if page_locked %}content-locked{% endif %}{% endblock %} {% block content %} {% get_comments_enabled as comments_enabled %} {% page_permissions page as page_perms %} {% include 'wagtailadmin/shared/headers/page_edit_header.html' with title=header_title %} {% block form %}
{% endblock %} {% 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%} {% block extra_js %} {{ block.super }} {% include "wagtailadmin/shared/_workflow_init.html" %} {% endblock %}