{% if app.user and app.request.get('type') == 'mine' and is_granted('ROLE_AJOUTER_CONGE_PERSONNEL') %}
Nouvelle Demande de congé
{% endif %} {% if app.user and app.request.get('type') == 'in_progress' and is_granted('ROLE_AJOUTER_CONGE_TIERCE') %}
Congé Tierce Personne
{% endif %}
Congés
{% for category in list_categories_conges %} {% if category.type == 'C01' %} {{ category.count }} {{ category.label }} {% endif %} {% endfor %}
Congés de circonstance
{% for category in list_categories_conges %} {% if category.type == 'C02' %} {{ category.count }} {{ category.label }} {% endif %} {% endfor %}