{% extends "admin/object_history.html" %} {% load i18n %} {% load url from simple_history_compat %} {% load admin_urls %} {% load display_list from simple_history_admin_list %} {% block content %}

{% blocktrans %}Choose a date from the list below to revert to a previous version of this object.{% endblocktrans %}

{% if action_list %} {% display_list %} {% else %}

{% trans "This object doesn't have a change history." %}

{% endif %}
{% endblock %}