{% extends "admin/change_form.html" %}
{% load i18n admin_modify adminmedia cms_tags cms_admin %}
{% block title %}{% trans "Change a page" %}{% endblock %}
{% block extrahead %}
{{ block.super.super }}
{{ media }}
{% if not add %}
{% endif %}
{% if add %}
{% endif %}
{% endblock %}
{% block content_title %}
{% if moderation_delete_request %}
{% trans "Approve page deletion" %}
{% else %}
{{ title }}
{% if CMS_MODERATOR %}
{% if moderation_required %}{% blocktrans %}(requires approvement at {{ moderation_level }} level){% endblocktrans %}
{% else %}{% trans '(you can perform actions on this page directly)' %}
{% endif %}
{% endif %}
{% endif %}
{% endblock %}
{% block content %}
{% block object-tools %}
{% if change %}{% if not is_popup %}