{% extends "base.html" %} {% block title %}{{ slug }} judge audit · Gauntlet Console{% endblock %} {% block body %}
No judge-audit entries (a --no-judge run, or no tool calls).
{% else %}| Tool | Decision | Source | Rationale | Latency |
|---|---|---|---|---|
| {{ e.tool or e.tool_name or "—" }} | {{ e.decision or "—" }} | {{ e.source or "—" }} | {{ e.rationale or e.reason or "—" }} | {% if e.latency_ms is defined and e.latency_ms is not none %}{{ e.latency_ms }}ms{% else %}{{ e.latency or "—" }}{% endif %} |