{% extends 'base.html' %} {% block extra_css %} {% endblock %} {% block content %}
Here's what's happening with your exams.
| Title | Subject | Status | Date | Action |
|---|---|---|---|---|
| {{ exam.title }} | {{ exam.subject.name if exam.subject else 'N/A' }} | {{ exam.status|title }} | {{ exam.created_at.strftime('%Y-%m-%d') }} | View |
No exams generated yet.
Create Your First Exam