{% extends "users/user_base.html" %} {% load i18n %} {% load static %} {% block head %} {{block.super}} {% endblock %} {% block content %}

{% trans "Import users from CSV" %}

{% trans "Convert LDIF File" %}
{% csrf_token %} {{form.as_p}}

{% blocktrans %} Please drag headers to choose the correct values, or drag them out if the column is not going to be used in the import process {% endblocktrans %}

{% trans "Full name" %} {% trans "Name" %} {% trans "Surname" %} {% trans "Username" %} {% trans "Password" %} {% trans "Home Directory Prefix" %} {% trans "Primary group" %} {% trans "Controller group" %} {% trans "Secondary groups" %}
{% endblock %}