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

{{ form_error }}

{{ endif }}
{% for candidate in candidates %} {% endfor %} {% for candidate in candidates %} {% endfor %} {% for candidate in candidates %} {% endfor %}
Score Type Candidates
{{ candidate.label }}
Stage 1: Resume{{ candidate.resume }}
Select {% if candidate.label in form_post_gate1_choices %} {% else %} {% endif %}

Review the 10 candidates' Resume scores. Select exactly 5 candidates to advance to Gate 2.

Selected: 0 / {{ required_count }}
{{ next_button }}
{{ endblock }}