{# Reusable candidate scores table #}
| Score Type | {% for label in candidate_labels %}{{ label }} | {% endfor %}
|---|---|
| Stage 1: Resume | {% for candidate in candidates %}{{ candidate.resume }} | {% endfor %}
| Stage 2: Zoom | {% for candidate in candidates %}{{ candidate.zoom }} | {% endfor %}
| Stage 3: In-Person | {% for candidate in candidates %}{{ candidate.inperson }} | {% endfor %}