{% extends "ChakaStatistiquesBundle:base.html.twig" %} {% block pagetitle %}Statistiques des fax {{ titre }}{% endblock %} {% block body %}
{% include "ChakaStatistiquesBundle:Statistiques:form_stats.html.twig" %}
{% include "ChakaStatistiquesBundle:Statistiques:form_export.html.twig" %}
{% set nombre= 0 %} {% for stats in statistiques %} {% if sortie.criteres == 1 %} {% elseif sortie.criteres == 2 %} {% elseif sortie.criteres == 3 %} {% set current_date = "now"|date('Y') %} {% elseif sortie.criteres %} {% endif %} {% set nombre= nombre+stats.nombre %} {% endfor %}
{% if sortie.criteres == 1 %} HORAIRE {% elseif sortie.criteres == 2 %} JOUR {% elseif sortie.criteres == 3 %} MOIS {% else %} DATE {% endif %} DNIS CATEGORIE NOMBRE
{{ stats.date_stat|date('d-m-Y') }} {{ stats.date_stat|date("d") }}{{ stats.annee }}{{ stats.date_stat|date('d-m-Y') }}{{ stats.dnis }} {{ stats.categorie }} {{ stats.nombre }}
TOTAUX {{ nombre|number_format(0,'.',' ') }}
{#{% include "ChakaStatsBundle:Statistiques:charts.html.twig" %}#}
{% endblock %} {% block javascripts %} {#{% include "ChakaStatsBundle:Statistiques:charts_js.html.twig" %}#} {% include "ChakaStatistiquesBundle:Statistiques:form_stats_scripts.html.twig" %} {% endblock %}