{% extends 'base.html.twig' %} {% block title %} Gestion des organisations {% endblock %} {% block body %}
{% for type, messages in app.flashes %} {% for message in messages %}
{{ message }}
{% endfor %} {% endfor %}

Gestion des organisations

{% if is_granted("ROLE_SUPER_ADMIN") %} {% endif %} {# New organization modal #}
{% if is_granted('ROLE_SUPER_ADMIN') and not hasOrganizations %}

Aucune organisation trouvée.

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