{{ extends "global/Page.html" }} {{ block title }}Main Round {{ round_num }} of {{ total_main_rounds }} - Resume Screening{{ endblock }} {{ block content }} {% if form_error %}

{{ form_error }}

{% endif %}

Resume scores are now available. Click any score cell you want to inspect, then select exactly {{ required_count }} candidates to advance to the Zoom stage.

{% for candidate in candidates %} {% endfor %}
Candidate Resume score Select
{{ candidate.label }}
click to reveal
{% if candidate.label in form_post_gate1_choices %} {% else %} {% endif %}
{{ next_button }}
{{ endblock }}