{{ row.timestamp.strftime('%H:%M:%S') }}
{{ row.agent_id | e }}
{{ row.action_type | e }}
{{
row.verdict.value }}
risk:{{
"%.2f"|format(row.risk_score) }}
{% if row.rolled_back %}
ROLLED BACK
{% elif row.has_rollback and not row.rolled_back %}
{% endif %}