{% extends "global/Page.html" %} {% load otree static %} {% block title %} Zoom Interview Screening - Round {{ round_num }}: Gate {{ gate_num }} {% endblock %} {% block content %}

Zoom Interview Screening (Gate 2)

You are reviewing {{ available_candidates|length }} candidates who advanced from the Resume screening.

Select exactly {{ required_count }} candidates to advance to the final decision stage.

{% for candidate in candidates %} {% endfor %}
Candidate Resume score Zoom score Select
{{ candidate.label }}
click to reveal
click to reveal
You do NOT need to click open every score before making a selection.
Selection Status

Resume Screening: Advanced {{ available_candidates|length }} candidates

Zoom Interview: Selecting {{ required_count }} to advance

Selected: 0 / {{ required_count }}
{% endblock %}