{% extends "generic/base.html" %} {% load crispy_forms_tags %} {% block css %} {% endblock %} {% block js %} {{form.media}} {% endblock %} {% block content %}
{% with object.get_cid_exams as exam_map %} {% for exam_type, exams in exam_map %}
These should be edited via the exam candidate page. If you need to manually toggle you can do so here (you shouldn't)
{% endblock %}