{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% load url from simple_history_compat %} {% block breadcrumbs %} {{app_label|capfirst|escape}}{{opts.verbose_name_plural|capfirst}}{{original|truncatewords:"18"}}{% trans "History" %} › {% if revert_disabled %}{% blocktrans with original_opts.verbose_name as verbose_name %}View {{verbose_name}}{% endblocktrans %}{% else %}{% blocktrans with original_opts.verbose_name as verbose_name %}Revert {{verbose_name}}{% endblocktrans %}{% endif %} {% 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 %}