{% extends "wagtailadmin/base.html" %} {% load wagtailadmin_tags %} {% load gravatar %} {% load i18n %} {% block titletag %}{% blocktrans with title=page.title %}Editing {{ title }}{% endblocktrans %}{% endblock %} {% block bodyclass %}menu-explorer page-editor{% endblock %} {% block content %} {% page_permissions page as page_perms %}
{% include "wagtailadmin/shared/breadcrumb.html" with page=page %}

{% blocktrans with title=page.title %}Editing {{ title }}{% endblocktrans %}

{% trans "Status" %} {% if page.live %} {{ page.status_string }} {% else %} {{ page.status_string }} {% endif %} {% include "wagtailadmin/pages/_privacy_indicator.html" with page=page page_perms=page_perms only %}
{% csrf_token %} {{ edit_handler.render_form_content }}
{% endblock %} {% block extra_css %} {% include "wagtailadmin/pages/_editor_css.html" %} {% endblock %} {% block extra_js %} {% include "wagtailadmin/pages/_editor_js.html" %} {% endblock %}