Ajouter un groupe
{{ form_start(form_groupe, { 'attr': { 'class': 'form-ajax', 'data-turbo': 'false', 'data-js' : '$("#close-tchat-groupe-add").click();$("#tchat-groups").html(data.groups);', } }) }}
{{ form_row(form_groupe.nom) }}
{{ form_row(form_groupe.user) }}
{{ form_end(form_groupe) }}