{% extends "base.html" %} {% load scoped_tags %} {% block title %}Audit Entry{% endblock %} {% block page_title %}Audit Entry{% endblock %} {% block page_subtitle %}Trace {{ entry.trace_id|truncate_id:16 }}{% endblock %} {% block layer_indicator %}L6 Audit · L7 Temporal{% endblock %} {% block content %}
{# Entry details #}{{ before_state|pretty_json }}
{% else %}
No prior state (initial creation).
{% endif %}{{ after_state|pretty_json }}
{% else %}
No resulting state recorded.
{% endif %}This will reverse the action to its previous state. All changes are versioned and traceable (Invariant 9).