{% extends 'base.html' %} {% block title %}Audit Log{% endblock %} {% block content %}
| Time | User | Action | Entity | Detail | IP |
|---|---|---|---|---|---|
| {{ log.ts[:16] if log.ts else '–' }} | {{ log.username or '–' }} | {{ log.action }} | {{ log.entity or '–' }}{% if log.entity_id %} #{{ log.entity_id }}{% endif %} | {{ log.ip or '–' }} | |
| No audit events yet | |||||