Audit Logs ({{ page_obj.paginator.count }} total)
Showing {{ page_obj.start_index }}-{{ page_obj.end_index }} of {{ page_obj.paginator.count }}
{{ log.action }} in {{ log.module|title }}
{% if log.branch_context %}
{{ log.branch_context }}
{% endif %}
{{ log.description }}
{% if log.request_path %}
🔗 {{ log.request_method|default:"GET" }} {{ log.request_path }}
{% if log.response_time %}
({{ log.response_time|floatformat:0 }}ms)
{% endif %}
{% endif %}
{% if log.is_security_event and log.severity %}
{{ log.severity|title }} Security Event
{% endif %}
🔍
No audit logs found
Try adjusting your filters or search criteria.
{% endfor %}
{% if page_obj.has_other_pages %}