{% extends "generic/base.html" %} {% load crispy_forms_tags %} {% block css %} {% endblock %} {% block js %} {{form.media}} {% endblock %} {% block content %}

Edit CID User / {{ciduser.cid}}

Use this form to edit a CID user.
{% csrf_token %} {{ form|crispy }}

Exams

The group is currently associated with the following exams.

{% with object.get_cid_exams as exam_map %} {% for exam_type, exams in exam_map %}

{{exam_type}}

{% empty %} No exams. {% endfor %} {% endwith %}

These should be edited via the exam candidate page. If you need to manually toggle you can do so here (you shouldn't)

{% endblock %}