{% if status == "pending" %}Queued{% else %}Run in progress{% endif %}

Started {{ counters.started_at }} · run id {{ counters.run_id }} {% if counters.progress_estimate %} · {{ counters.progress_estimate }}{% endif %}

Assertions
{{ counters.n_assertions }}
Candidates screened
{{ counters.n_pairs_gated }}
Pairs checked
{{ counters.n_pairs_judged }}
Findings
{{ counters.n_findings }}
{% if counters.n_multi_party_findings is not none %}
Cross-document
{{ counters.n_multi_party_findings }}
{% endif %}