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

{% translate 'Assign questionnaires' %}

{% csrf_token %}

{% translate 'Select the questionnaires which shall be assigned each of these course types and the contributors. This will only change evaluations in preparation. If you do select nothing, the currently applied questionnaires for the corresponding course type or contributor will not be changed.' %}

{% include 'bootstrap_form.html' with form=form %}
{% endblock %}