{% extends "admin/change_form.html" %} {% load admin_urls i18n %} {% load url from simple_history_compat %} {% block breadcrumbs %}
{% 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 %}