{% extends "_base.html" %} {% block title %}Audit Trail{% endblock %} {% block main_class %}shell{% endblock %} {% block header %} {% with page_title="Audit Trail", page_subtitle="System activity, configuration changes, and execution decisions." %} {% include "_header.html" %} {% endwith %} {% endblock %} {% block content %}
{% include "partials/audit.html" %}
{% endblock %}