{% extends "participant/base_participant.html" %} {% load i18n %} {% block title %}{{ block.super }} - {%trans "Import participants" %} {% endblock %} {% block content %}
{% trans 'Select a CSV file to import participants!' %}
{% trans '(Required comma separated values: first_name, last_name, gender, group, type, committee
)' %}