{% extends "authentic2/manager/form.html" %} {% load i18n %} {% block page-title %} {% trans "Add an user" %} {% endblock %} {% block beforeform %} {% if duplicate_users %}

{% trans "This user may already exist, please check the list below before creating it :" %}

{% endif %} {% endblock %} {% block hidden_inputs %} {{ block.super }} {% if next %}{% endif %} {% endblock %} {% block breadcrumb %} {{ block.super }} {% trans 'Users' %}{% if multiple_ou and ou %} : {{ ou }}{% endif %} {% trans "Add an user" %} {% endblock %}