{# # Modal de confirmation pour supprimer un utilisateur # Paramètres: user (objet), modal_id (string) #} {% embed '_molecules/modal/modal.html.twig' with { id: modal_id, title: 'Supprimer le compte', variant: 'danger', size: 'md' } %} {% block body %}
Êtes-vous sûr de vouloir supprimer définitivement le compte de « {{ user.fullName }} » ?