{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ object|truncatewords:"10" }} {% translate 'History' %}

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

{% if orders_history or user_info_history %}
{% if orders_history %} {% endif %} {% if user_info_history %} {% endif %}
{% endif %}
{% if page_obj.object_list %} {% include object_history_list_template %} {% else %}

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

{% endif %}
{% if orders_history %} {% endif %} {% if user_info_history %} {% endif %}
{% endblock %}