{% extends "base.html" %} {% block title %}Audit Log — Admin{% endblock %} {% block content %}
Every meaningful action in the portal is recorded here.
| 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. | ||||