{% extends "admin/change_form.html" %} {% load url from future %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block object-tools-items %} {# delete history button #} {% if has_absolute_url %}
{% trans "View on site" %}
{% endif %} {% 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 %}