{% if app_is_preprod == true %} PREPROD {% endif %}
{% if app_is_preprod == true %}
PREPROD
{% endif %} {% if is_granted('ROLE_MANAGER') %}
{% endif %}
{% if is_granted('ROLE_SUPER_ADMIN') %}
SUPER ADMIN
{% else %}
{{ app.user }}
{% endif %}
{% if is_granted('ROLE_SUPER_ADMIN') %}
Paramètres
API
Importations via ENPC
{% elseif is_granted('ROLE_ADMIN')%}
Paramètres
API
{% elseif is_granted('ROLE_MANAGER') and is_granted('ROLE_ADMIN') == false %}
Mon profil
{% elseif is_granted('ROLE_STUDENT') and is_granted('ROLE_ADMIN') == false %}
Mon profil
{% endif %}
Se déconnecter