{% extends "admin/object_history.html" %} {% load i18n %} {% load admin_urls %} {% block content %}
{% if action_list %} {% for action in action_list %} {% endfor %}
ID Model Data Date created Action User
{{ action.id }} {{ action.model }} {{ action.data }} {{ action.date_created }} {{ action.action_label }} {{ action.user }}
{% else %}

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

{% endif %}
{% endblock %}