{# src/examen/templates/_topic_card.html #} {# Required context: t = {id, label, score, floor, verdict, warn (bool)} #} {{ t.label }} {{ "%.2f"|format(t.score) }} floor L{{ t.floor or 0 }} {{ t.verdict }}
{{ t.verdict }}