{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% load url from simple_history_compat %} {% block breadcrumbs %}
{% trans "Home" %} chevron_right {{app_label|capfirst|escape}} chevron_right {{opts.verbose_name_plural|capfirst}} chevron_right {{original|truncatewords:"18"}} chevron_right {% trans "History" %} chevron_right {% 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 object-tools-items %}
  • {% translate "History" %}
  • {% if has_absolute_url %}
  • {% translate "View on site" %}
  • {% endif %} {% endblock %} {% block form_top %}
    info

    {% trans "Read-Only Historical View" %}

    {% if not revert_disabled %}{% blocktrans %}This is a snapshot of the object at this point in time. Press 'Revert' to restore this version, or 'Close' to go back.{% endblocktrans %}{% else %}{% trans "This is a read-only view of the object at this point in time." %}{% endif %}

    {% endblock %} {% block admin_change_form_document_ready %} {{ block.super }} {% endblock %}