{% extends "base.html" %} {% load scoped_tags %} {% block title %}Audit Trail{% endblock %} {% block page_title %}Audit Trail{% endblock %} {% block page_subtitle %}Immutable, hash-chained event trace (Layer 6){% endblock %} {% block layer_indicator %}L6 Audit · L7 Temporal{% endblock %} {% block content %} {# Hash chain status #}
Hash chain verified
All audit entries are intact. The chain has not been tampered with (Invariant 4).
Chain verification unavailable
Unable to verify the hash chain at this time.
Hash chain integrity failure
One or more audit entries have been modified. Investigate immediately.
| Seq | Action | Target | Actor | Timestamp | |
|---|---|---|---|---|---|
| {{ entry.sequence|default:"—" }} | {% include "components/_state_badge.html" with state=entry.action %} | {{ entry.target_type }}:{{ entry.target_id|truncate_id }} | {{ entry.actor_id|truncate_id }} | {{ entry.timestamp|format_dt }} | Detail |