{% extends "motion/base_motion.html" %} {% load i18n %} {% block title %}{{ block.super }} – {% trans "Import motions" %} {% endblock %} {% block content %}
{% 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.' %}
{% endblock %}