{% extends "base.html" %}{% block title %}Audit Trail{% endblock %}{% block page_title %}Audit Trail{% endblock %} {% block content %}
Immutable activity history for authentication, administrative changes, report transitions, exports, and evidence access.
| Date / Time | Actor | Action | Entity | Details | IP |
|---|---|---|---|---|---|
| {{ log.created_at|localdt('%Y-%m-%d %H:%M:%S') }} | {{ log.actor.full_name if log.actor else 'Anonymous / System' }} | {{ log.action }} | {{ log.entity_type }}{% if log.entity_id %} #{{ log.entity_id }}{% endif %} | {{ log.details or '—' }} | {{ log.ip_address or '—' }} |