{% extends "cosinnus/wagtail/wagtailadmin/custom_admin_base.html" %} {% load gravatar static compress i18n %} {% block titletag %}{% trans "Import Projects and Groups or Users" %}{% endblock %} {% block branding_welcome %}{% trans "Import Projects and Groups or Users" %}{% endblock %} {% block sections %}

{% trans "Import from a CSV File" %}

{% trans "Upload either a CSV-file to import projects and groups or a CSV-file to import Users. Only one import can happen simultaneously. The format must be the one that has been agreed on. If the format changes (more/less/different columns), please contact the developers!" %}

{% csrf_token %}

{% trans "Options" %}
{% endblock %}