{% extends '::base2.html.twig' %} {% block title %}Gestion Utilisateurs - Add{% endblock %} {% block stylesheets %}{{ parent() }}{% endblock %} {% block body %}

Ajouter Utilisateur Nouveau

Formulaire Ajout Utilisateur
{% if app.request.hasPreviousSession %} {% for type, messages in app.session.flashbag.all() %} {% for message in messages %} {% endfor %} {% endfor %} {% endif %} {% block fos_user_content %} {% include "FOSUserBundle:Registration:register_content.html.twig" %} {% endblock fos_user_content %}
{% block javascripts %} {{ parent() }} {% endblock %} {% endblock %}