{% if action_list %}
{% else %}
{% trans 'Timestamp' %} | {% trans 'Event Type' %} | {% trans 'Message' %} | {% trans 'Targets' %} | {% trans 'Event Data' %} |
---|---|---|---|---|
{{ action.timestamp|date:"DATETIME_FORMAT" }} |
{{ action.type }}
{% if available_type_filters %}
|
{{ action.message }} |
|
{% if action.data %} {{ action.data }} {% else %} - {% endif %} |
{% trans "This object doesn't have any events in its paper trail yet." %}
{% endif %}