{{ extends "global/Page.html" }} {{ block title }}Practice Round - Gate 1 After Screening{{ endblock }} {{ block content }}
{% for candidate in candidates %} {% endfor %}
Candidate Resume Status
{{ candidate.label }} {% if candidate.resume_revealed %}
{{ candidate.resume }}
{% else %}
click to reveal
{% endif %}
{% if candidate.advanced %} Advanced {% else %} Dropped {% endif %}
Gate 1 Results
{{ advanced_count }} Advanced
Screened: {{ dropped_count }}
Remaining: {{ advanced_count }}
{{ next_button }}
{{ endblock }}