{% extends 'base.html.twig' %} {% set titre ='Mofication des utilisateurs' %} {% block title %} {{ titre }} {% endblock %} {% block body %}

{{ titre }}

{{ include('user/_form.html.twig') }} Retour à la liste {{ include('user/_delete_form.html.twig') }}
{% endblock %}