{{ extends "global/Page.html" }} {{ block title }}Practice Round - Gate 2 After Screening{{ 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 %} |