{% for track in tracks%} {% set descripcion=""%} {%if track.idresponsable=='1'%}{% set descripcion="ERICSSON"%} {%elseif track.idresponsable=='2'%} {% set descripcion="CIENTE"%} {%elseif track.idresponsable=='3'%} {% set descripcion="ASP"%} {%elseif track.idresponsable=='4'%} {% set descripcion="OTROS"%} {%endif%} {% if is_granted('ROLE_CONTROL_CASOS_3') and track.idestados != 27 and idestadoPadre != 24 %} {% endif %} {% endfor %}
TRACK TICKET FILE RSS FAIL CORRECTED N/A DATE
{{track.estado}} {%if is_granted("ROLE_COORDINADOR")%}{%if track.estado == 'SUSPENDIDO' %} POR {{descripcion}} {%endif%}{%endif%} {% if track.archivo == true %} {% set acciones = track.archivo|split('|') %} {% for accion in acciones %} {% endfor %} {% endif %} {{track.nombre}} {% if track.defect == true %} {{ track.defect }} {% else %} NO {% endif %} {% if track.corrected == true %} {{ track.corrected }} {% else %} NO {% endif %} {% if track.defect == true %} {{ track.NAActivity }} {% else %} NO {% endif %} {{track.fechaCreacion|date('m/d/Y H:i:s')}}