{{ extends "global/Page.html" }} {{ block title }}Practice Round - Gate 2 After Screening{{ endblock }} {{ block content }}
{% 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 %}

Now {{ advanced_count }} candidates remain. Eliminated candidates are shaded grey. Click next to see In-person interview scores and make your final decision.

{{ next_button }} {{ endblock }}