{% extends "base.html" %} {% block title %}Audit{% endblock %} {% block page_title %}Audit{% endblock %} {% block content %}
{{ pagination.total }} events{% if active_filters.search %} matching "{{ active_filters.search }}"{% endif %}
{{ e.summary }}
{% if active_filters.search or active_filters.category or active_filters.severity or active_filters.agent %}No events matching these filters{% else %}No events recorded yet{% endif %}