{% if action_list %}
{% else %}
{% trans 'Date/time' %} | {% trans 'User' %} | {% trans 'Action' %} |
---|---|---|
{{ action.timestamp|date:"DATETIME_FORMAT" }} | {{ action.user.get_username }}{% if action.user.get_full_name %} ({{ action.user.get_full_name }}){% endif %} | {{ action.get_human_message }} |
{% trans "This object doesn't have a change history." %}
{% endif %}