{% 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 is_granted('ROLE_SUPER_ADMIN') and not hasOrganizations %}

Aucune organisation trouvée.

Créer une organisation
{% else %}
{% endif %}
{% endblock %}