{% extends "admin/object_history.html" %} {% load admin_urls i18n %} {% load url from simple_history_compat %} {% load display_list from simple_history_admin_list %} {% block content %} {% if not revert_disabled %}
{% blocktrans %}Choose a date from the list below to revert to a previous version of this object.{% endblocktrans %}
{% endif %} {% if action_list %} {% display_list %} {% else %}{% trans "This object doesn't have a change history." %}
{% endif %} {% endblock %}