{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Import motions' %} – {{ block.super }}{% endblock %} {% block content %}

{% trans 'Import motions' %} {% trans 'Back to overview' %}

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

{% trans 'Please note' %}:

{% csrf_token %} {% include 'form.html' %}

{% trans 'Cancel' %}

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