{{consulta.grupo}} |
{{consulta.AssignedFT}} |
{{consulta.total}}
|
{{consulta.TotalenTiempoAten}}
|
{{consulta.totalEnTiempoSolucion}}
|
{% if (consulta.total==0)%}
--
{%else %}
{{(consulta.TotalenTiempoAten /consulta.total *100)|number_format(2,',','.') }}
{% endif %}
|
{% if (consulta.total==0)%}
--
{%else %}
{{(consulta.totalEnTiempoSolucion /consulta.total *100)|number_format(2,',','.') }}
{% endif %}
|
{% set a = consulta.total + a%}
{% set b = consulta.TotalenTiempoAten + b%}
{% set c = consulta.totalEnTiempoSolucion + c%}
{%endfor%}