{{ extends "global/Page.html" }} {{ block title }}Main Round {{ round_num }} of {{ total_main_rounds }} - Final Hiring Decision{{ endblock }} {{ block content }} {{ if form_error }}
{{ form_error }}
{{ endif }}

Here is the available information about the candidates. Click any score cell you want to inspect, then choose exactly 1 candidate to hire.

{% for candidate in candidates %} {% endfor %}
Candidate Resume Zoom In-person Hire
{{ candidate.label }}
click to reveal
click to reveal
click to reveal
{{ next_button }}
{{ endblock }}