{# audit_detail_fragment.html — HTML fragment returned by GET /dashboard/audit/detail/{event_id} #} {# No ,
, or tags. This is injected into the drawer content area. #} {% if not_found %}Event not found
The event {{ event_id }} does not exist or you do not have access to it.
{{ evt.event_id }}
{{ evt.request_id }}
{{ evt.friendly_action }}
{{ evt.action_summary }}
{{ item.text }}
{% elif item.type == 'check_ok' %}Decision: {{ evt.decision }}
Detailed trace not available for this event
{% endif %} {% endfor %}Decision: {{ evt.decision }}
Detailed trace not available for this event
{% endif %}This action can be reversed.
{{ evt.raw_json }}