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

{% translate 'Import semester data' %}

{% include 'staff_message_rendering_template.html' with importer_log=importer_log %}

{% translate 'Upload Excel file' %} ({% translate 'Download sample file' %}, ). {% translate '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 %} {% translate 'Import semester data' %} {% translate 'Import semester data' %} {% translate 'Do you really want to import semester data from the Excel file?' %} {% endif %}
{% endblock %} {% block additional_javascript %} {% include 'bootstrap_datetimepicker.html' %} {% endblock %}