{% extends "admin/change_form.html" %} {% load admin_urls i18n %} {% load url from simple_history_compat %} {% block breadcrumbs %}
{% endblock %} {% block submit_buttons_top %} {% include "simple_history/submit_line.html" %} {% endblock %} {% block submit_buttons_bottom %} {% include "simple_history/submit_line.html" %} {% endblock %} {% block form_top %}

{% if not revert_disabled %} {% blocktrans %}Press the 'Revert' button below to revert to this version of the object.{% endblocktrans %} {% endif %} {% if change_history %} {% blocktrans %}Press the 'Change History' button below to edit the history.{% endblocktrans %} {% endif %}

{% endblock %}