{% extends "reversion/revision_form.html" %} {% load i18n admin_urls %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block object-tools %}{% endblock %} {% block form_top %}

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

{% endblock %} {% block submit_buttons_top %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %} {% block submit_buttons_bottom %}{% with is_popup=1 %}{{block.super}}{% endwith %}{% endblock %}