{% extends 'base.html.twig' %} {% block title %}Edit User{% endblock %} {% block body %} {{ include('user/_form.html.twig') }} retour {% endblock %}