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