{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load material_form i18n static %} {% block browser_title %}{% trans "Import CSV data" %}{% endblock %} {% block page_title %}{% trans "Import CSV data" %}{% endblock %} {% block content %}

info {% blocktrans %} You can import data from several school administration software using this CSV importer. Please read the notes according to your software in the documentation! Sometimes there is needed a special procedure to import the data correctly. {% endblocktrans %}

{% csrf_token %} {% form form=upload_form %}{% endform %} {% trans "Import data" as caption %} {% include "core/partials/save_button.html" with icon="cloud_upload" caption=caption %}
{% endblock %}