{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Import participants" %} – {{ block.super }}{% 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 %}