{# statistics/service.html.twig #} {% extends "base.html.twig" %} {% block page %}

Statistiques par service

{% if nbSites > 1 %} {% endif %}

Charger les heures par défaut
  

Exporter CSV   XLS

*Afficher des statistiques sur les créneaux horaires voulus.
Les créneaux doivent être au format 00h00-00h00 et séparés par des ;
Exemple : 19h00-20h00; 20h00-21h00; 21h00-22h00

{% if tab %} Statistiques par service du {{ debut }} au {{ fin }} {{ ouverture | raw }} {% if exists_dimanche == true %} {% endif %} {% if exists_JF == true %} {% endif %} {% if exists_absences == true %} {% endif %} {% for v in heures_tab_global %} {% endfor %} {% for elem in tab %} {% if exists_dimanche == true %} {% endif %} {% if exists_JF == true %} {% endif %} {% if exists_absences == true %} {% endif %} {% for v in heures_tab_global %} {% endfor %} {% endfor %}
Services Postes SamediDimancheJ. FériésAbsences{{ v[2] }}
{% if nbSites > 1 %} {% for i in 1..nbSites %} {% if elem.sites[i] > 0 %} {% endif %} {% endfor %} {% endif %}
{{ elem[0] }}
Total {{ elem[2] }}
Moyenne hebdo {{ elem.hebdo }}
{{ multisites[i] }}
Total {{ elem.sites[i] }}
Moyenne {{ elem.hebdo }}
{% for poste in elem[1] %} {% endfor %}
{{ poste[1] }}
{{ poste.siteEtage }}
{{ poste[3] }}
{{ elem[3] | length }} {{ elem[3] | length > 1 ? "samedis" : "samedi" }}
{% for samedi in elem[3] %} {{ samedi[0] }} : {{ samedi[1] }}
{% endfor %}
{{ elem[6] | length }} {{ elem[6] | length > 1 ? "dimanches" : "dimanche" }}
{% for dimanche in elem[6] %} {{ dimanche [0] }} : {{ dimanche[1] }}
{% endfor %}
{{ elem[8] | length }} {{ elem[8] | length > 1 ? "J. feriés" : "J. ferié" }}
{% for ferie in elem[8] %} {{ ferie[0] }} : {{ ferie[1] }}
{% endfor %}
{{(elem[5] > 0)?'Total : '~elem[5] :" "}}
{% for absence in elem[4] %} {{ absence[0] }} : {{ absence[1] }}
{% endfor %}
{% if elem[7][v[2]] is not empty %} Nb {{ v[2] }} : {{ elem[7][v[2]] | length -1 }} {% for k,c in elem[7][v[2]].count %}
{{ k }} ({{ c }}) {% endfor %} {% endif %}
{% endif %}
{% endblock %}