{% extends object.get_base_template %} {% block js %} {{ form.media }} {% endblock %} {% block navigation %} {{ block.super }} {% include object.get_link_headers %} {% endblock navigation %} {% block content %}

Edit Markers

Markers have access to mark the exam, but they cannot otherwise edit it.
{% csrf_token %} {{ form.as_table }}
Cancel
{% endblock %}