{% embed '_molecules/modal/modal.html.twig' with { id: 'modal-associate-user', title: 'Associer un utilisateur', icon: 'user-add', iconColor: 'primary', size: 'lg', cancelLabel: 'Fermer' } %} {% block body %}

Recherchez un utilisateur existant pour l'associer à {{ company.name }}.

Seuls les utilisateurs sans entreprise sont affichés.

{# Champ de recherche #}
{% include '_atoms/icon/icon.html.twig' with { name: 'search', size: 'sm', color: 'gray' } only %}
{# Zone de résultats #}

Rechercher un utilisateur

Commencez à taper pour rechercher

{% endblock %} {% endembed %}