{% extends "base.html" %}{% block content %}

Audit Logs

Trace important changes and exports
{% for x in logs %}{% empty %}{% endfor %}
DateUserActionModuleRecordReason
{{ x.created_at|date:"Y-m-d H:i:s" }}{{ x.user|default:"System" }}{{ x.action }}{{ x.module }}{{ x.object_repr|default:x.object_id }}{{ x.reason|default:"—" }}
No audit events.
{% endblock %}