Admin
Review security and activity events across the system.
| Date | User | Event Type | Outcome | Target | Details |
|---|---|---|---|---|---|
| {{ event.event_at.strftime('%d %b %Y %H:%M') if event.event_at else '---' }} | {% if event.user %} {{ event.user.display_name }} {% else %} System {% endif %} | {{ event.event_type }} | {% if event.outcome == 'success' %} Success {% elif event.outcome == 'failure' %} Failure {% else %} {{ event.outcome }} {% endif %} | {% if event.target_entity_type %} {{ event.target_entity_type }}{% if event.target_entity_id %}: {{ event.target_entity_id[:8] }}...{% endif %} {% else %} --- {% endif %} | {% if event.details %} {{ event.details | string | truncate(80) }} {% else %} --- {% endif %} |
No audit events found.