{{ extends "global/Page.html" }} {{ block title }}Main Round {{ round_num }} of {{ total_main_rounds }} - 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 {{ required_count }} candidates to advance to Gate 3.

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