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

{% trans "Process LDIF File" %}

{% blocktrans %} This tool allows you to upload an LDIF file, and have it converted to CSV format, suitable for import in Octonet. Password will be randomly generated {% endblocktrans %}
{% csrf_token %} {{form.as_table}}
{% endblock %}