Resource | Instance | Event | Changes | User | Timestamp |
---|---|---|---|---|---|
{{ row.content_type }} | {{ row.object_repr }} | {% if row.action == 0 %} Created {% elif row.action == 1 %} Updated {% elif row.action == 2 %} Deleted {% endif %} |
{% if row.action == 1 %}
{% for key, value in row.changes_dict.items %}
{{ key }}:
{{ value.0 }}
{{ value.1 }}
|
{{ row.actor }} | {{ row.timestamp|date:'Y-m-d H:i:s' }} |
No results found
{% endif %}