{# @author: Benjamin AMOUZOU #} {% extends 'template-parent.html.twig'%} {% block titre_parent %} Accueil {% endblock %} {% block contenu_principal_parent %}
{% if is_granted('ROLE_ATTACHE_COMMERCIAL') %}

Commercial

{% endif %} {% if is_granted('ROLE_RESPONSABLE_BACK_OFFICE') or is_granted('ROLE_ASSISTANT_LOGISTIQUE') %}

Exploitation

{% endif %} {% if is_granted('ROLE_OFFICE_MANAGER') %}

Ressources humaines

{% endif %} {% if is_granted('ROLE_ASSISTANT_COMPTABLE') %}

Gestion, Finance & Comptabilité

{% endif %}
{% if is_granted('ROLE_RESPONSABLE_PROJET') %}

Process & développement

{% endif %} {% if is_granted('ROLE_OFFICE_MANAGER') or is_granted('ROLE_DIRECTEUR_GENERAL') %}

Direction générale

{% endif %} {% if is_granted('ROLE_JURISTE') %}

Juridique

{% endif %} {% if is_granted('ROLE_RESPONSABLE_RSE') %}

Services RSE

{% endif %}
{% if is_granted('ROLE_RESPONSABLE_MOIJEUTRI') %}
{# #}

Moi Jeu Tri

{% endif %}
{% endblock %}