{{ extends "global/Page.html" }} {{ block title }}Practice Round - Final Hiring Decision (Gate 3){{ endblock }} {{ block content }} {% if form_error %}
{{ form_error }}
{% endif %}

Final Hiring Decision (Gate 3)

Click individual score cells to reveal them, then select exactly one 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 }}