{% extends 'staff_evaluation_base.html' %} {% load static %} {% block content %} {{ block.super }} {% include 'staff_message_rendering_template.html' with importer_log=importer_log %}
{% csrf_token %}

{% translate 'Import participants' %}

{% translate 'From Excel file' %}

{% translate 'Upload Excel file with participant data' %} ({% translate 'Download sample file' %}, ). {% translate 'This will create all containing users.' %}

{% include 'bootstrap_form.html' with form=participant_excel_form wide=True %}
{% csrf_token %}

{% translate 'Copy participants' %}

{% translate 'From other evaluation' %}

{% translate 'Copy participants from another evaluation.' %}

{% include 'bootstrap_form.html' with form=participant_copy_form wide=True %}
{% csrf_token %}

{% translate 'Import contributors' %}

{% translate 'From Excel file' %}

{% translate 'Upload Excel file with contributor data' %} ({% translate 'Download sample file' %}, ). {% translate 'This will create all containing users.' %}

{% include 'bootstrap_form.html' with form=contributor_excel_form wide=True %}
{% csrf_token %}

{% translate 'Copy contributors' %}

{% translate 'From other evaluation' %}

{% translate 'Copy contributors from another evaluation.' %}

{% include 'bootstrap_form.html' with form=contributor_copy_form wide=True %}
{% csrf_token %}

{% translate 'Export login keys' %}

{% translate 'To CSV file' %}

{% translate 'This will create a CSV file containing login keys for all external participants.' %}

{% endblock %} {% block additional_javascript %} {% endblock %}