{% set nav_title = "⚙ Admin Panel" %} {% set show_admin_link = False %} {% include '_app_nav_header.html' %}
{% set admin_active_tab = "audit" %} {% include '_admin_tabs.html' %}

Audit log

⬇ Export CSV
{% for r in logs %} {% end %} {% if not logs %} {% end %}
ID Time (UTC) User Action Details IP
#{{ r.get('id') }} {{ r.get('created_at', '') }} {{ r.get('username') or '' }} {{ r.get('action') or '' }} {{ r.get('details') or '' }} {{ r.get('ip') or '' }}
No audit entries.

Showing {{ logs_count }} entries · limit={{ limit }} · offset={{ offset }}