{# # Modal de confirmation pour activer/désactiver une entreprise # Paramètres: company (objet), modal_id (string) #} {% embed '_molecules/modal/modal.html.twig' with { id: modal_id, title: company.isActive ? 'Désactiver l\'entreprise' : 'Réactiver l\'entreprise', icon: 'power', variant: company.isActive ? 'warning' : 'success', size: 'md' } %} {% block body %} {% if company.isActive %}
Êtes-vous sûr de vouloir désactiver l'entreprise « {{ company.name }} » ?
Êtes-vous sûr de vouloir réactiver l'entreprise « {{ company.name }} » ?