{% extends "admin/change_form.html" %} {% load i18n %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block object-tools %}{% endblock%} {% block content %} {% with 1 as is_popup %} {{ block.super }} {% endwith %} {% endblock %} {% block form_top %}

{% blocktrans %}Press the save button below to revert to this version of the object.{% endblocktrans %}

{% endblock %}