{# -*- 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 %}