{% load static %}
| Admission No | Surname | Other Names | Subject | Year | Score | Verified | Actions | Result Status |
|---|---|---|---|---|---|---|---|---|
| {{i.phone}} | {{i.first_name}} | {{i.last_name}} | {{i.course}} | {{i.year}} | {{i.score}} | {% if i.verify == 1 %} {% elif i.verify == 0 %} {% endif %} | {% if i.view_answers == 0 %} {% elif i.view_answers == 1 %} {% endif %} |