{% blocktrans %}Choose a date from the list below to revert to a previous version of this object.{% endblocktrans %}
{% if action_list %}
{% else %}
{% trans 'Object' %} | {% trans 'Date/time' %} | {% trans 'Comment' %} | {% trans 'Changed by' %} |
---|---|---|---|
{{ action.history_object }} | {{ action.history_date }} | {{ action.get_history_type_display }} | {% if action.history_user %} {% url admin_user_view action.history_user_id as admin_user_url %} {% if admin_user_url %} {{ action.history_user }} {% else %} {{ action.history_user }} {% endif %} {% else %} None {% endif %} |
{% trans "This object doesn't have a change history." %}
{% endif %}