{% if action_list %}
{% else %}
{% trans 'Date/time' %} | {% trans 'User' %} | {% trans 'Action' %} |
---|---|---|
{{ action.action_time|date:_("DATE_WITH_TIME_FULL") }} | {{ action.user.username }}{% if action.user.first_name %} ({{ action.user.first_name|escape }} {{ action.user.last_name|escape }}){% endif %} | {{ action.change_message|escape }} |
{% trans "This object doesn't have a change history. It probably wasn't added via this admin site." %}
{% endif %}