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

{% trans 'Import semester data' %}

{% include 'staff_message_rendering_template.html' with errors=errors warnings=warnings success_messages=success_messages %}

{% trans 'Upload Excel file' %} ({% trans 'Download sample file' %}, ). {% trans 'This will create all containing participants, contributors and courses and connect them. It will also set the entered values as default for all evaluations.' %}

{% csrf_token %} {% include 'bootstrap_form.html' with form=excel_form %}
{% if not test_passed %} {% else %} {% endif %}
{% endblock %} {% block modals %} {{ block.super }} {% trans 'Import semester data' as title %} {% trans 'Do you really want to import semester data from the Excel file?' as question %} {% trans 'Import semester data' as action_text %} {% include 'confirmation_modal.html' with modal_id='importSemesterModal' title=title question=question action_text=action_text btn_type='primary' %} {% endblock %} {% block additional_javascript %} {% include 'bootstrap_datetimepicker.html' %} {% endblock %}