{% extends "base.html" %} {% block title %}Audit Log — GovLift{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
← GovLiftAppend-Only NIST AU Compliant Audit Trail — {{ classification }}
| ID | Timestamp | User | Action | Resource Type | Resource ID | Classification | Details |
|---|---|---|---|---|---|---|---|
| {{ entry.get('id', '') }} | {{ entry.get('timestamp', '—') }} | {{ entry.get('user_id', '—') }} | {% set act = entry.get('action', 'read') %} {{ act }} | {{ entry.get('resource_type', '—') }} | {{ entry.get('resource_id', '—') }} | {% set cls = entry.get('classification', '') %} {% if cls %} {{ cls }} {% else %} — {% endif %} | {{ entry.get('details', '—') }} |
| No audit events found. | |||||||