{% extends "motion/base_motion.html" %} {% load i18n %} {% block title %}{{ block.super }} – {% trans "Import motions" %} {% endblock %} {% block content %}

{% trans "Import motions" %}

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

{% trans 'Required comma separated values' %}: ({% trans 'number, title, text, reason, first_name, last_name, is_group' %})
{% trans 'number, reason and is_group 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 %}