Modifier le profil
{% for message in app.flashes('success') %}
{% endfor %}
{% for message in app.flashes('error') %}
{% endfor %}
{{ include('beneficiaire/_form.html.twig', {'button_label': 'Mettre à jour'}) }}