{{ extends "global/Page.html" }} {{ block title }}Practice Round - Gate 2: Zoom Interviews{{ endblock }} {{ block content }} {{ if form_error }}

{{ form_error }}

{{ endif }}
{% for candidate in candidates %} {% endfor %} {% for candidate in candidates %} {% endfor %} {% for candidate in candidates %} {% endfor %} {% for candidate in candidates %} {% endfor %}
Score Type Candidates
{% if not candidate.eliminated %}{{ candidate.label }}{% endif %}
Stage 1: Resume{% if not candidate.eliminated %}{{ candidate.resume }}{% endif %}
Stage 2: Zoom{% if not candidate.eliminated %}{{ candidate.zoom }}{% endif %}
Select {% if candidate.label in form_post_gate2_choices %} {% else %} {% endif %}

Now you can see Zoom interview scores. Select exactly 3 candidates to advance to Gate 3.

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