{{ extends "global/Page.html" }} {{ block title }}Practice Round - Gate 2 After Screening{{ endblock }} {{ block content }}
| Score Type | Candidates | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {% if not candidate.eliminated %}{{ candidate.label }}{% endif %} | {% endfor %}||||||||||
| Stage 1: Resume | {% for candidate in candidates %}{% if not candidate.eliminated %}{{ candidate.resume }}{% endif %} | {% endfor %}|||||||||
| Stage 2: Zoom | {% for candidate in candidates %}{% if not candidate.eliminated %}{{ candidate.zoom }}{% endif %} | {% endfor %}|||||||||
Now {{ advanced_count }} candidates remain. Eliminated candidates are shaded grey. Click next to see In-person interview scores and make your final decision.