{% extends "base.html" %} {% load i18n %} {% block title %}{{ block.super }} – {% trans "Import participants" %} {% endblock %} {% block content %}

{% trans 'Import participants' %} {% trans "Back to overview" %}

{% trans 'Select a CSV file to import participants!' %}

{% trans 'Please note' %}:

{% csrf_token %} {% include "form.html" %}

{% trans 'Cancel' %}

* {% trans "required" %}
{% endblock %}