Audit Log
← Admin
|
Export CSV
ID
Time (UTC)
User
Action
Details
IP
{% for r in logs %}
{{ r.get('id') }}
{{ r.get('created_at', '') }}
{{ r.get('username') or '-' }}
{{ r.get('action') or '-' }}
{{ r.get('details') or '-' }}
{{ r.get('ip') or '-' }}
{% end %}
Showing {{ logs_count }} entries (limit={{ limit }}, offset={{ offset }})