{% load static %}
| Admission Number | Full Name | Topic | Registered Time | Attempt no. | Status |
|---|---|---|---|---|---|
| {{ t.phone }} | {{ t.first_name }} {{ t.last_name }} | {{ t.exam_name }} | {{t.registered_time}} | {{ t.attempt_no }} | {% if t.registered %} {% else %} {% endif %} | {% endfor %}