| {% if sortie.criteres == 1 %} HORAIRE {% elseif sortie.criteres == 2 %} JOUR {% elseif sortie.criteres == 3 %} MOIS {% else %} DATE {% endif %} | DNIS | TOTAL | RECU | ENVOYE | NB OP CONNECTÉS |
|||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TOTAL WEBCHAT | TOTAL SKYPE | WEBCHAT REÇUS | SKYPE REÇUS | WEBCHAT ENVOYE | SKYPE ENVOYE | NB OP WEBCHAT | NB OP SKYPE | |||||
| {{ stats.date_stat|date('d-m-Y') }} | {% elseif sortie.criteres == 2 %}{{ stats.date_stat|date("d") }} | {% elseif sortie.criteres == 3 %} {% set current_date = "now"|date('Y') %}{{ stats.annee }} | {% elseif sortie.criteres %}{{ stats.date_stat }} | {% endif %}{{ stats.dnis }} | {{ stats.total_webchat }} | {{ stats.total_skype }} | {{ stats.total_webchat_recus }} | {{ stats.total_skype_recu }} | {{ stats.total_webchat_envoye }} | {{ stats.total_skype_envoye }} | {{ stats.nb_op_connecte_webchat }} | {{ stats.nb_op_connecte_skype }} |
| TOTAUX | {{ total_webchat|number_format(0,'.',' ') }} | {{ total_skype|number_format(0,'.',' ') }} | {{ total_webchat_recus|number_format(0,'.',' ') }} | {{ total_skype_recus|number_format(0,'.',' ') }} | {{ total_webchat_envoye|number_format(0,'.',' ') }} | {{ total_skype_envoye|number_format(0,'.',' ') }} | {{ nb_op_connecte_webchat|number_format(0,'.',' ') }} | {{ nb_op_connecte_skype|number_format(0,'.',' ') }} | ||||