{% extends 'base.html.twig' %} {% block title %} Gestion des organisations {% endblock %} {% block body %}

Gestion des organisations

{% if is_granted("ROLE_SUPER_ADMIN") %} Ajouter une organisation {% endif %}
{% if organizationsData|length == 0 %} Aucune organisation trouvée. Créer une organisation {% else %}
{% endif %}
{% endblock %}