{% extends "admin/change_form.html" %} {% load i18n admin_static admin_modify admin_urls %} {% block extrahead %} {{ block.super }} {% url 'admin:jsi18n' as jsi18nurl %} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block extra_tools %} {% if display_language_options and language_pages %}

Page language

Add translation
{% endif %} {% if display_version_options and page_versions %}

Editing page version:

{% endif %} {% if original.version_for %}

You are editing a draft version of this page. Any changes made will not be reflected to users until this page is published.

{% endif %} {% endblock %} {% block submit_buttons_bottom %} {% if original.version_for or original.version_set.exists %} {% with save_as_new=False add=False show_return=False %} {{ block.super }} {% endwith %} {% else %} {{ block.super }} {% endif %} {% endblock %}