{# UNIQUEMENT POUR LES TESTS => fixture de dev #} {% if app.environment == 'dev' and isDevFixture() and (is_granted('ROLE_ADMIN') or is_granted('ROLE_PREVIOUS_ADMIN')) %} {% set routeName = routeName|default('index') %} {% if is_granted('ROLE_PREVIOUS_ADMIN') %}
{{ 'RETOUR SUPER ADMIN'|trans }}
{% elseif app.user and is_granted('ROLE_SUPER_ADMIN') %}
{% if isDevFixture('user_prestataire') %} {{ 'PRESTATAIRE'|trans }} {% endif %} {% if isDevFixture('user_adherent') %} {{ 'ADHERENT'|trans }} {% endif %} {% if isDevFixture('user_adminsiege') %} {{ 'ADMIN SIEGE'|trans }} {% endif %} {% if isDevFixture('user_comptoir') %} {{ 'COMPTOIR'|trans }} {% endif %} {% if isDevFixture('user_caissier') %} {{ 'CAISSIER'|trans }} {% endif %} {% if isDevFixture('user_gestiongroupe') %} {{ 'GESTION GROUPE'|trans }} {% endif %} {% if isDevFixture('user_contact') %} {{ 'CONTACT'|trans }} {% endif %} {% if isDevFixture('user_tresorier') %} {{ 'TRESORIER'|trans }} {% endif %} {% if isDevFixture('user_controleur') %} {{ 'CONTROLEUR'|trans }} {% endif %} {% if isDevFixture('user_redacteur') %} {{ 'REDACTEUR'|trans }} {% endif %}
{% endif %} {% endif %}