{{ extends "global/Page.html" }} {{ block title }}Main Round {{ round_num }} of {{ total_main_rounds }} - Gate 3: In-Person Interview - Final Hiring Decision{{ endblock }} {{ block content }}
| Score Type | Candidates | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {% if candidate.available %}{{ candidate.label }}{% endif %} | {% endfor %}||||||||||
| Stage 1: Resume | {% for candidate in candidates %}{% if candidate.available %}{{ candidate.resume }}{% endif %} | {% endfor %}|||||||||
| Stage 2: Zoom | {% for candidate in candidates %}{% if candidate.available %}{{ candidate.zoom }}{% endif %} | {% endfor %}|||||||||
| Stage 3: In-Person | {% for candidate in candidates %}{% if candidate.available %}{{ candidate.inperson }}{% endif %} | {% endfor %}|||||||||
| Hire | {% for candidate in candidates %}{% endfor %} | |||||||||
You now have complete information for the 3 finalists. Select one candidate to hire.