{% extends "admin/object_history.html" %} {% load i18n %} {% 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 page_obj.object_list %} {% include object_history_list_template %} {% else %}

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

{% endif %}
{% endblock %}