{% if is_granted('ROLE_CONTROL_CONCILIACION') %}
NRO. Concilizaciones Total Concilizado
{{ legalizaciones|length }} {% set total = 0 %} {% for legal in legalizaciones %} {% set total = total + legal.total %} {% endfor %} $ {{ total|number_format(2, '.', ',') }}
{% endif %}

{% for legal in legalizaciones %} {% if opc == 'creador' %} {% elseif opc == 'super' %} {% elseif opc == 'area' %} {% endif %} {% endfor %}
Nro RESPONSABLE {{'ticketDetail.status' | trans}} CREADO POR TOTAL Acciones
{{ legal.nro }}{{ legal.userResp }}{{ legal.supResp }}{{ legal.area }}{{ legal.estado }} {{ legal.creador }} $ {{ legal.total|number_format(2, '.', ',') }} {% if is_granted('ROLE_CONTROL_CONCILIACION') and legal.idestados == 83%} {% endif %}