{% extends "admin/change_form.html" %} {% load i18n admin_modify cms_tags cms_admin %} {% load url from elegant_compat %} {% block title %}{% trans "Change a page" %}{% endblock %} {% block extrahead %} {{ block.super }} {% if not add %} {% endif %} {% if add %} {% endif %} {#{% block jqyery %}{% endblock %}#} {% endblock %} {% block breadcrumbs %}{% if not is_popup %} {% endif %}{% endblock %} {% block content_title %} {% if delete_requested %}
{% if delete_requested %}{% trans "Confirm delete" %}{% endif %} {% if delete_requested %}{% trans "Remove delete request" %}{% endif %}

{% trans "Confirm page deletion" %}!

{% endif %} {% endblock %} {% block content %}
{% csrf_token %}{% block form_top %}{% endblock %} {{ adminForm.fields.parent }}
{% if add %} {% submit_row %} {% else %} {% if not moderation_delete_request %}{% page_submit_row %}{% endif %} {% endif %}
{% block object-tools %} {% if change %}{% if not is_popup %}

{% trans 'actions'|capfirst %}

{% if can_publish or can_change and page.published and page.is_dirty %} {% endif %} {% endif %}{% endif %} {% endblock %}
{% if show_language_tabs %} {% endif %}
{#{% if show_language_tabs %}#} {#

#} {#{% endif %}#} {% if is_popup %}{% endif %} {% if errors %}

{% blocktrans count errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}

    {% for error in adminform.form.non_field_errors %}
  • {{ error }}
  • {% endfor %}
{% endif %} {% for fieldset in adminform %} {% include "admin/cms/page/includes/fieldset.html" %} {% endfor %} {% for inline_admin_formset in inline_admin_formsets %} {% include inline_admin_formset.opts.template %} {% endfor %} {% if not add %} {% if CMS_PERMISSION and can_change_permissions %}
{% endif %}
{% if delete_requested %}{% endif %} {% endif %} {% block after_related_objects %}{% endblock %} {% if add %} {% endif %} {% for url in unihandecode_urls %} {% endfor %} {% if unihandecode_urls %} {% endif %} {# JavaScript for prepopulated fields #} {% prepopulated_fields_js %}
{% endblock %} {% block extrajs %} {% endblock %}