{% extends "application/base_application.html" %} {% load i18n %} {% block title %}{{ block.super }} – {% trans "Import applications" %} {% endblock %} {% block content %}

{% trans "Import applications" %}

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

{% trans 'Required comma separated values: {number, title, text, reason, first_name, last_name} (number and reason are optional and may be empty)' %}
{% trans 'Required CSV file encoding: UTF-8 (Unicode).' %}

{% trans 'A CSV example file is available in OpenSlides Wiki.' %}

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

* {% trans "required" %}
{% endblock %}