{{ extends "global/Page.html" }} {{ block title }}Main Round {{ round_num }} of {{ total_main_rounds }} - Gate 2 After{{ endblock }} {{ block content }}
{% for candidate in candidates %} {% endfor %}
Candidate Resume Zoom Status
{{ candidate.label }} {% if candidate.resume_revealed %}
{{ candidate.resume }}
{% else %}
click to reveal
{% endif %}
{% if candidate.zoom_revealed %}
{{ candidate.zoom }}
{% else %}
click to reveal
{% endif %}
{% if candidate.advanced %} Advanced {% else %} Eliminated {% endif %}
Gate 2 Results
{{ advanced_count }} Advanced
Screened: {{ dropped_count }}
Remaining: {{ advanced_count }}
{{ next_button }}
{{ endblock }}