{% load static %}
| Exam Title | Exam started at: | Total Marks | Action |
|---|---|---|---|
| {{ exam.title }} | {{ exam.created_at }} | {{ exam.total_marks }} | {% if user.is_teacher %}See Exam See Submissions | {% endif %}
No Exam available.
{% endif %} {% else %} {% if exams %}| Exam Title | End Time | Created at: | Action | Download |
|---|---|---|---|---|
| {{ exam.title }} | {{ exam.end_time }} | {{ exam.created_at }} | See Exam |
No Exams available.
{% endif %} {% endif %}