{% extends 'staff_semester_base.html' %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}

{% translate 'Assign questionnaires' %}

{% csrf_token %}

{% translate 'Select the questionnaires to be used for each course/exam type. This will only change evaluations in preparation. Their questionnaires will be overwritten by this operation. Selecting nothing will not change the currently used questionnaires.' %}

{% include 'bootstrap_form_errors.html' with errors=form.non_field_errors %}

{% translate 'General' %}

{% for field in general_fields %} {% include 'bootstrap_form_field.html' with field=field wide=True%} {% endfor %}

{% translate 'Exam' %}

{% for field in exam_fields %} {% include 'bootstrap_form_field.html' with field=field wide=True %} {% endfor %}

{% translate 'Contributors' %}

{% for field in contributor_fields %} {% include 'bootstrap_form_field.html' with field=field wide=True%} {% endfor %}
{% endblock %}