{% extends "admin/layout.html" %} {% block title %}Audit Log{% endblock %} {% block page_title %}Audit Log{% endblock %} {% block content %}
System Audit Log (latest 200)
{% for l in logs %} {% else %} {% endfor %}
TimeUserRole ActionReportIPDetails
{{ l.time.strftime('%d %b %Y %H:%M') if l.time else 'β€”' }}
{{ l.full_name }}
@{{ l.username }}
{{ l.role }} {{ l.action }} {{ l.report or 'β€”' }} {{ l.ip or 'β€”' }} {{ l.extra or 'β€”' }}
πŸ“‹

No audit records yet.

{% endblock %} {% block scripts %} {% endblock %}