{% if action_list %}
{% else %}
ID | Model | Data | Date created | Action | User |
---|---|---|---|---|---|
{{ action.id }} | {{ action.model }} | {{ action.data }} | {{ action.date_created }} | {{ action.action_label }} | {{ action.user }} |
{% trans "This object doesn't have a change history." %}
{% endif %}