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