{# Partial: one for a single audit event, used for SSE insertion. Rendered server-side only as a snippet; the browser inserts it at `beforeend` of #audit-tbody when an SSE `audit` event arrives. #} {{ e.timestamp.astimezone().strftime("%Y-%m-%d %H:%M:%S") }} {{ e.method }} {{ e.host }} {{ e.uri }} {% if e.decision == "allowed" %} {{ e.decision }} {% else %} {{ e.decision }} {% endif %} {{ e.reason }} {{ e.client_ip }}