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

{{ form_error }}

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

Select exactly {{ required_count }} candidates to advance to the Zoom interview screening.

{{ next_button }}
{{ endblock }}