{% extends "base.html" %} {% block title %}Audit Log — Admin{% endblock %} {% block content %}

Audit Log

Every meaningful action in the portal is recorded here.

Reset
{% for log in logs.items %} {% else %} {% endfor %}
Timestamp (UTC) User Action Details IP
{{ log.timestamp.strftime('%Y-%m-%d %H:%M:%S') }} {{ log.username or '—' }} {{ log.action }} {{ log.details }} {{ log.ip_address or '—' }}
No log entries found.
{% if logs.pages > 1 %} {% endif %} {% endblock %}