{# src/examen/templates/_topic_card.html #} {# Required context: t = {id, label, accuracy, calibration_score, floor, verdict, warn} #}
{{ t.label }}
{{ "%.0f"|format(t.accuracy * 100) }}% accuracy calibration {{ "%.2f"|format(t.calibration_score) }} ยท floor L{{ t.floor or 0 }}

{{ t.verdict }}