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

Feuille de temps

Du {{ debutFr }} au {{ finFr }}
{% if groupes is iterable and nbGroupes > 1 %} {% if checked is not null %} {% else %} {% endif %} {% endif %}

{% if tab is not iterable %} Les plannings de la période choisie sont vides.





{% else %} {% for d in dates %} {% endfor %} {% if nbSites > 1 %} {% for i in 1..nbSites %} {% if nbSemaines!= 1 %} {% endif %} {% endfor %} {% endif %} {% if groupes_keys is iterable %} {% for g in groupes_keys %} {% if g != emptystr and g in totauxGroupesPerso %} {% endif %} {% endfor %} {% if emptystr in groupes_keys and emptystr in totauxGroupesPerso %} {% endif %} {% endif %} {% if nbSemaines != 1 %} {% endif %} {% for t in tab %} {% if t.statut is not null %} {% else %} {% endif %} {% for d in dates %} {% if t[d[0]].total != '-' %} {% endfor %} {% if nbSites > 1 %} {% for i in 1..nbSites %} {% if nbSemaines != 1 %} {% endif %} {% endfor %} {% endif %} {% if groupes_keys is not empty %} {% for g in groupes_keys %} {% if g != emptystr and g in totauxGroupesPerso %} {% if t.groupe[g] is defined %} {% else %} {% endif %} {% endif %} {% if emptystr in groupes_keys and emptystr in totauxGroupesPerso %} {% if t.group_ is defined %} {% else %} {% endif %} {% endif %} {% endfor %} {% endif %} {% if nbSemaines != 1 %} {% if t.diff1 > 0 %} {% else %} {% if t.diff1 <= 0.5 and t.diff2 <= 0.5 %} {% else %} {% endif %} {% endif %} {% endif %} {% if t.diff1 > 0 %} {% else %} {% if t.diff1 <= 0.5 and t.diff2 <= 0.5 %} {% else %} {% endif %} {% endif %} {% endfor %} {% for d in dates %} {% endfor %} {% if nbSites > 1 %} {% for i in 1..nbSites %} {% if nbSemaines != 1 %} {% endif %} {% endfor %} {% endif %} {% if groupes_keys is not empty %} {% for g in groupes_keys %} {% if g is not null and g in totauxGroupesPerso %} {% endif %} {% endfor %} {% endif %} {% if emptystr in groupes_keys and emptystr in totauxGroupesPerso %} {% endif %} {% if nbSemaines != 1%} {% else %} {% endif %} {% for d in dates %} {% endfor %} {% if nbSites >1 %} {% for i in 1..nbSites %} {% if nbSemaines != 1 %} {% endif %} {% endfor %} {% endif %} {% if groupes_keys is not empty %} {% for g in groupes_keys %} {% if g is not null and g in totauxGroupesPerso %} {% endif %} {% endfor %} {% endif %} {% if emptystr in groupes_keys and emptystr in totauxGroupesPerso %} {% endif %} {% if nbSemaines != 1%} {% else %} {% endif %}
Agents Statut{{ d[1] | raw }}{{ multisites[i-1] | raw }}Moyenne Hebdo. {{ g }} Autres Total Max. Moyenne
Hebdo.
Max. Hebdo.
{{ t.nom }} {{ t.prenom }}{{ t.statut | raw }}  {% else %} {% endif %} {{ t[d[0]].total }} {% if groupes_keys is not empty %}
{% for g in groupes_keys %} {% if t[d[0]].groupe[g] is not null %}
{% if g is not same as("") %} {{ g }} {% else %} Autres {% endif %} : {{ t[d[0]].groupe[g] }} {% endif %} {% endfor %} {% endif %}
{{ t.sites[i-1] }}{{ t.sitesSemaine[i-1] }}{{ t.groupe[g] }}-{{ t.group_ }}- {{ t.total }} {{ t.total }} {{ t.total }} {{ t.max }} {{ t.semaine }}{{ t.semaine }}{{ t.semaine }}{{ t.heuresHebdo }}
Nombre d'heures{{ heures[d[0]] }} {{ sitesHeures[i] }}   {{ totauxGroupesHeures[g] }}{{ totauxGroupesHeures[emptystr] }}{{ totalHeures }}  
Nombre d'agents{{ nbAgents[d[0]] }} {{ siteAgents[i] }}   {{ totauxGroupesPerso[g] }}{{ totauxGroupesPerso[emptystr] }}{{ totalAgents }}  

Exporter CSV   XLS {% endif %} {% endblock %}