{# htmx partial: single review card — swapped in after each classification #} {% if contact is none or contact is not defined %}
{{ done | default(0) }} contacts reviewed. No more contacts pending review.
Back to DashboardTitle: {{ contact.title or "—" }}
Company: {{ contact.company or "Unknown" }}
Interactions: {{ contact.total_interactions }}
{% if contact.notes %}Notes: {{ contact.notes }}
{% endif %} {# Learned suggestion #} {% if contact.suggestion %}