{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load bootstrap3 %} {% block title %}Création et modification d'utilisateur{% endblock %} {% block content %} {% bootstrap_form_errors userform %}
{% endblock %}