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