ROUND
{{ current_round }}
/ {{ num_task_rounds }}
{% for i in round_indices %}
{% endfor %}
{% if condition == 'aware' %}
Stage 2: interview committee scores are combined with your Stage 1 résumé scores.
{% else %}
Stage 2: interview committee scores are combined with your Stage 1 résumé scores.
{% endif %}
{% if has_advanced %}
Interviews will be done in order. The system combines résumé and interview scores and makes a hiring decision.
{% for c in candidates %}
{{ c.label }}
Resume
{{ c.resume_score }}
★ Overall Top Scorer
{% endfor %}
{% else %}
No candidates reached Stage 2 in this round.
Continue to the next round and allocate your clicks to identify likely top performers.
{% endif %}
{% endblock %}
{% block scripts %}
{% if has_advanced %}
{% endif %}
{% endblock %}