{% extends "_admin/module_default.html" %} {% load i18n %} {% load utils %} {% block title %} {% title "Settings" %} {% endblock %} {% block module_content %}

{% trans 'LDAP connection' %}

{% trans 'General settings' %}

{% include 'partials/form.html' with form=general %}

{% trans 'Connection settings' %}

{% include 'partials/form.html' with form=connection %}

{% trans 'Authentication backend ' %}

{% include 'partials/form.html' with form=authentication %}

{% trans 'Create users settings' %}

{% include 'partials/form.html' with form=create_users %}
{% endblock %}