{% for linea in consulta%} {% endfor %}
WO Status Site Type ODS Estado Informe Zona Fecha Informe Informe Accion
{{ linea.NOCRefId }} {% if linea.estado is null %} {% else %} {% if linea.webServer == true and linea.adjuntos == false %} INFORME EN EL WEB SERVER {% else %} {{ linea.estado }} {% endif %} {% endif %} {{ linea.estado is null }} {{ linea.Site }} {{ linea.WOType }} {{ linea.PONumber }} {{ linea.estado }} {{ linea.ServiceArea2 }} {{ linea.LastStatusDate }} {{ linea.DescriptionLog }} {{ linea.resolve }} {{ linea.idestados }} {{ linea.fechaInforme }} {% if linea.webServer == true %} {% endif %} {% if linea.adjuntos %} {% set archivos = linea.adjuntos|split(',') %} {% for archivo in archivos %} {% set datos = archivo|split('/') %} {% set tipo = datos.0|split('.')%} {{datos.3}} {% endfor %} {% endif %} {% if linea.idestados == '' or linea.idestados==50 or linea.idestados == 54 or linea.idestados == 27 %} {% elseif((linea.idestados == 161 or linea.idestados == 54) and is_granted('ROLE_CONTROL_CALIDAD')) %} {% endif %}