{% extends 'EPSOBundle::index.html.twig' %} {% block body %}
Print


Statistic from {{date1}} to {{ date2 }} for {{boxname}}


Statistics satisfaction with Nbr vote
{% set ln= qesx|length %} {% set j=0 %} {% set cnt=0 %} {% for qes in qesx %} {% set txt=0 %} {% for i in 0..4 %} {% set txt=txt+tabs[j][i] %} {% endfor %} {% set cnt=cnt+txt %} {% set j=j+1 %} {% endfor %}
Question ... ... ... ... ...
{{qes.Question}}{{tabs[j][i]}}
{% set cnt=cnt/ln %}
Statistics satisfaction with percentages by Question
{% set ln= qesx|length %} {% set j=0 %} {% set cnt=0 %} {% for qes in qesx %} {% set txt=0 %} {% for i in 0..4 %} {% set txt=txt+tabs[j][i] %} {% endfor %} {% set cnt=cnt+txt %} {% set j=j+1 %} {% endfor %}
Question Extremely satisfied Very satisfied Satisfied Dissatisfied Very dissatisfied
{{qes.Question}}{{tabs[j][i]}}
{% endblock %}