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

Statistiques par statut

{% 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 statut 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] is not null %} {% endif %} {% endfor %} {% endif %}
{{ elem[0] | raw }}
Total {{ elem[2] }}
Moyenne hebdo {{ elem.hebdo }}
{{ multisites[i-1] | raw }}
Total {{ elem.sites[i] }}
Moyenne {{ elem.site_hebdo[i] }}
{% for poste in elem[1] %} {% endfor %}
{{ poste[1] }}
{{ poste.siteEtage | raw }}
{{ 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 dim in elem[6] %} {{ dim[0] }} : {{ dim[1] }} {% endfor %}
{{ elem[8]|length }} {{ elem[8]|length>1 ? "J. Fériés" : "J. Férié" }}
{% for ferie in elem[8] %} {{ ferie[0] }} : {{ ferie[1] }} {% endfor %}
{% if elem[5] %} Total : {{ elem[5] }} {% endif %}
{% for absence in elem[4] %} {{ absence[0] }} : {{ absence[1] }} {% endfor %}
{% if elem[7][v[2]] is defined and 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 %}