{% extends "layout.html" %} {% block title %}audit — {{ user.username }} — kitgit{% endblock %} {% block content %}
admin

Audit log · {{ user.username }}

← back to admin · profile

{% if audit_entries.is_empty() %}

No audit events for this user.

{% else %} {% endif %}
{% endblock %}