{% extends 'page.html.twig' %} {% block title %} Accueil {% endblock %} {% block style %} {% endblock %} {% block page %} {% set liens = {'Accueil': '#'} %} {% include 'breadcrumb.twig' with {'liens': liens} %}

Mon espace de travail

{% if is_granted('ROLE_CONFIGURATEUR') %}
{% set i = 0 %} {% for type in nombreComposantsParType | keys %} {% set i = i + 1 %} {% if i is not divisible by(2) %}
{% endif %} {{ nombreComposantsParType[type] }} {{ type }}{{ nombreComposantsParType[type] > 1 ? type == 'Niveau' ? 'x' : 's' : '' }} {% if i is divisible by(2) or loop.last %}
{% endif %} {% endfor %}
{% endif %} {% if is_granted('ROLE_CONFIGURATEUR') %}
{{ nbCriteres }} Critère{{ nbCriteres > 1 ? 's' : '' }}

{% endif %} {% if is_granted('ROLE_CONFIGURATEUR') %}
{{ nbPackages }} Package{{ nbPackages > 1 ? 's' : '' }}

{% endif %} {% if is_granted('ROLE_FORMULE') %}
{{ nbFormules }} Formule{{ nbFormules > 1 ? 's' : '' }}

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

Administration

{% endif %} {% endblock %}