{# statistics/absence.html.twig #} {% extends 'base.html.twig' %} {% block page %}

Statistiques sur les absences

Du {{ debut }} au {{ fin }}
Début   Fin   {% if nbSites >1 %} Sites :   {% endif %}

{% if afficheHeures == true %} {% else %} {% endif %} {% for elem in motifs %} {% if afficheHeures == true %} {% else %} {% endif %} {% endfor %} {% if afficheHeures == true %} {% for elem in motifs %} {% endfor %} {% endif %} {% for elem in tab %} {% if afficheHeures == true %} {% if elem.totalHeures == 'Erreur' %} {% else %} {% endif %} {% endif %} {% for motif in motifs %} {% if attribute(elem, motif) is defined and elem[motif].total != '' %} {% else %} {% endif %} {% if attribute(elem, motif) is defined %} {% if afficheHeures == true %} {% if elem[motif].heures == 'Erreur' %} {% else %} {% endif %} {% endif %} {% else %} {% endif %} {% endfor %} {% endfor %} {% if afficheHeures == true %} {% if totaux._generalHeures == 'Erreur' %} {% else %} {% endif %} {% endif %} {% for motif in motifs %} {% if afficheHeures %} {% if totaux[motif].heures == 'Erreur' %} {% else %} {% endif %} {% endif %} {% endfor %}
Agents Total
d'absences
Total
d'heures
Agents Total
d'absences
{{ elem }}{{ elem }}
Nombre Heures
{{ elem.nom }} {{ elem.prenom }} {{ elem.total }} Erreur {{ elem.totalHeures }}{{ elem[motif].total }} - Erreur {{ elem[motif].heures }}
Totaux {{ totaux._general}} Erreur {{ totaux._generalHeures }} {{ totaux[motif].frequence }} Erreur {{ totaux[motif].heures }}

Exporter CSV   XLS {% endblock %}