{# Plan 40 Phase 6 — event detail drawer. Opens from an activity row click. Renders the audit-metadata fields we have (channel, outcome, duration, lens of message text, request_id, optional reason for unauthorized events). Chrome (teleport + backdrop + right panel) comes from the shared `drawer()` macro — see admin/components/ui.html. #} {% from 'admin/components/ui.html' import drawer %} {% call drawer('drawer.open', 'closeDrawer()', width='max-w-md') %}

Event detail

{% endcall %}