{% for ex in runs %}
{{ ex.agent_name }} v{{ ex.agent_version }} {{ ex.trace_id }}
{{ ex.n_proposed_actions }} action(s) {{ ex.n_violations }} violation(s) Completed {{ ex.finished_at.strftime('%H:%M:%S') if ex.finished_at else '' }} JSON →
{% else %}
No completed runs yet. They appear here after stage 03 — Approve (or directly when no approval is needed).
{% endfor %} {% if total_completed > runs | length %}
Showing the {{ runs | length }} most recent of {{ total_completed }} completed runs.
{% endif %}