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