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

Statistiques par poste (Synthèse)

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

Exporter CSV   XLS
{% if tab %} Statistiques par poste (Synthèse) du {{ debut }} au {{ fin }} {{ ouverture | raw }} {% for elem in tab %} {% endfor %}
Postes Total d'heures Moyenne jour Moyenne hebdomadaire
{{ elem[0][1] }}
{{ elem.siteEtage }}
{{ elem[2] }} {{ elem.jour }} {{ elem.hebdo }}
Total {{ total_heures }} {{ total_jour }} {{ total_hebdo }}
{% endif %}
{% endblock %} {% block specificjs %} {% endblock %}