{% extends 'physics/exams.html' %} {% block navigation %} {{ block.super }} {% include 'generic/exam_overview_headers.html' %} {% endblock navigation %} {% block content %} {% load thumbnail %}

This exam will be available to take here (when active).

Questions ({{ questions.count }})
Exam: {{ exam.title }}
{% include 'exam_overview_js.html' %} {% endblock %} {% block css %} {% endblock %}