{{ extends "global/Page.html" }} {{ block title }}Main Round {{ round_num }} of {{ total_main_rounds }} - Gate 2 After{{ endblock }} {{ block content }}
| Candidate | Resume | Zoom | Status |
|---|---|---|---|
| {{ candidate.label }} |
{% if candidate.resume_revealed %}
{% else %}
click to reveal
{% endif %}
|
{% if candidate.zoom_revealed %}
{% else %}
click to reveal
{% endif %}
|
{% if candidate.advanced %} Advanced {% else %} Eliminated {% endif %} |