{% extends "public/base.html" %} {% load nm %} {% block content %}

Audit log

{% for e in audit_log %} {% endfor %}
Date Person Author Notes Changes
{{e.logdate|date:"Y-m-d H:i:s"}} {{e.person}} {{e.author}} {{e.notes}}
    {% for field, old, new in e.changes %}
  • {{field}}: {{old}} → {{new}}
  • {% endfor %}
{% endblock %}