{# The label list — full-page include and htmx post-decision refresh target. #} {% for s in states %}
{{ s.turn_count }} turns, {{ "%.0f"|format(s.total_seconds) }}s. {% if s.cosine_speaker_name %} Cosine suggestion: {{ s.cosine_speaker_name }} ({{ "%.2f"|format(s.cosine_confidence or 0) }}{{ ", grounded" if s.cosine_grounded }}). {% endif %} {% if s.llm_hint_name %} Heard name (unverified): “{{ s.llm_hint_name }}”. {% endif %}
{% for seg in previews.get(s.label, []) %}This run has no diarization labels.
{% endfor %}