{% extends "base.html" %} {% block content %}
| Time | Tenant | Input | Verdict | Latency |
|---|---|---|---|---|
| {{ t.get("created_at","") }} | {{ t.get("tenant_id","") }} | {{ t.get("input_text","")[:80] }} | {% if t.get("blocked") %} BLOCKED {% else %} OK {% endif %} | {{ "%.0f"|format(t.get("total_latency_ms",0)) }}ms |