{% extends "participant/base_participant.html" %} {% load i18n %} {% block title %}{{ block.super }} - {%trans "Import participants" %} {% endblock %} {% block content %}

{% trans 'Import participants' %}

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

{% trans '(Required comma separated values: first_name, last_name, gender, group, type, committee)' %}

{% csrf_token %} {{ form.as_p }}

{% endblock %}