{% if action_list %}
{% else %}
{% translate 'Date/time' %} | {% translate 'User' %} | {% translate 'Action' %} |
---|---|---|
{{ action.action_time|date:"SHORT_DATETIME_FORMAT" }} | {{ action.user.get_username }} | {{ action|format_change_message_ex }} |
{% translate 'This object doesn’t have a change history. It probably wasn’t added via this admin site.' %}
{% endif %}