{% 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' %}:
({% trans 'first_name, last_name, gender, structure level, type, committee, comment' %})
{% trans 'Required CSV file encoding: UTF-8 (Unicode).' %}
{% trans 'A CSV example file is available in OpenSlides Wiki.' %}
{% endblock %}