{% extends 'base.html' %} {% block extra_css %} {% endblock %} {% block content %}

My Exams

{% if exams %}
{% endif %} Create New Exam
{% if exams %}
Tick rows to delete several at once.
{% for exam in exams %} {% endfor %}
Title Subject Class Marks Status Date Actions
{{ exam.title }} {{ exam.subject.name if exam.subject else 'N/A' }} {{ exam.exam_class }} {{ exam.total_marks }} {{ exam.status }} {{ exam.created_at.strftime('%Y-%m-%d %H:%M') }}
{% if exam.status == 'completed' %} {% endif %}
{% for exam in exams %}
{% endfor %} {% else %}
No exams yet

Generate your first KCSE or CBC paper in a couple of minutes.

Create your first exam
{% endif %} {% endblock %}