{% extends 'body.html.twig' %} {% trans_default_domain 'WMS-FRIDA' %} {% block title %} {{ parent() }} - {{ 'page.accueil'|trans }} {% endblock %} {% block stylesheets %} {% endblock %} {% block page %}
{% if app.user.site == "" %}
{% else %}
{% if is_granted("ROLE_CONSULTATION_EMPLACEMENT") %} {% endif %} {% if is_granted("ROLE_CONSULTATION_CONTENANT") %} {% endif %} {% if is_granted("ROLE_CHANGEMENT_EMPLACEMENT") %} {% endif %} {% if is_granted("ROLE_CHG_EMPLACEMENT_MASSE") %} {% endif %} {% if is_granted("ROLE_INVENTAIRE") %} {% endif %} {% if is_granted("ROLE_CHARGEMENT_CAMION") %} {% endif %} {% if is_granted("ROLE_SUIVI_PROD") %} {% endif %} {% if is_granted("ROLE_PREPARATION") %} {% endif %}
{% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}