{% 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 %}