TOTAL ACTIONS
{{ "{:,}".format(stats.total_actions) }}
{% if stats.delta_5min > 0 %}+{% endif %}{{ stats.delta_5min }} in last 5min
BLOCKED
{{ "{:,}".format(stats.total_blocked) }}
{{ stats.blocked_pct }}%
ESCALATED
{{ "{:,}".format(stats.total_escalated) }}
{{ stats.escalated_pct }}%
AVG RISK SCORE
{{ "%.2f"|format(stats.avg_risk_score) }}
{% if stats.delta_blocked_5min > 0 %}+{{ stats.delta_blocked_5min }} blocked{% else %}0 blocked{% endif %} in
5min