{% if not flagged_rows %}

Critic Details

All clusters passed the critic review. No flags raised.

{% else %}

Critic Details — Flagged Clusters

{{ flagged_rows|length }} cluster(s) flagged for review. See details below.
{% for row in flagged_rows %}
Cluster: {{ row.cluster }} | Final: {{ row.cell_type }} | Candidate: {{ row.candidate_cell_type }}

Decision: {{ row.decision }}{% if row.abstain_reason %} ({{ row.abstain_reason }}){% endif %}

State: {{ row.cell_state_candidate }} — {{ row.state_decision }}

State evidence: {{ row.state_evidence }}

{% if row.evidence_summary %}

Summary: {{ row.evidence_summary }}

{% endif %}

Flags: {{ row.critic_flags }}

Evidence: {{ row.critic_evidence }}

Notes: {{ row.critic_notes }}

{% endfor %} {% endif %}