{% extends view.model.get_app_name|add:"/exams.html" %} {% block js %} {{ form.media }} {% endblock %} {% block navigation %} {{ block.super }} {% include exam.get_link_headers %} {% endblock navigation %} {% block content %}

Cloning Exam: {{exam}}

This will create a new exam with the same settings, questions and answers as the original exam.
Candidate groups and candidates will not be cloned.

{% csrf_token %} {{ form.as_table }}
{% endblock %}