{% extends "admin/object_history.html" %} {% load i18n l10n %} {% block content %}

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

{% if action_list %} {% include "reversion-compare/action_list_partial.html" with action="../history/compare/" %} {% else %}

{% trans "This object doesn't have a change history. It probably wasn't added via this admin site." %}

{% endif %}
{% endblock %}