{% block templateCSS %} {% endblock %} {% block highcharts4 %} {% endblock %} {% block stylesheets %}{% endblock %}
{% set tas = '' %} {% set fechaEsperaAPU = '' %} {% set fechaEsperaLPU = '' %} {% set fechaAprobacionAPU = '' %} {% set fechaAprobacionLPU = '' %} {% set fechaProgramada = '' %} {% set fechaEjecucion = '' %} {% set fechaReProgramada = '' %} {% set categoriaNom = '' %} {% if datosEsperaAPU == true %} {% set fechaEsperaAPU = datosEsperaAPU.fechaCreacion | date('Y-m-d') %} {% endif %} {% if datosEsperaLPU == true %} {% set fechaEsperaLPU = datosEsperaLPU.fechaCreacion | date('Y-m-d') %} {% endif %} {% for datos in ticketDatos %} {% if datos.idetiquetas == 353 %} {% set tas = datos.valor %} {% endif %} {% if datos.idetiquetas == 365 %} {% set categoriaNom = datos.valor %} {% endif %} {% if datos.idetiquetas == 355 %} {% set fechaAprobacionAPU = datos.valor %} {% endif %} {% if datos.idetiquetas == 18 %} {% set fechaEjecucion = datos.valor %} {% endif %} {% if datos.idetiquetas == 360 %} {% set fechaAprobacionLPU = datos.valor %} {% endif %} {% if datos.idetiquetas == 17 %} {% set fechaProgramada = datos.valor %} {% endif %} {% if datos.idetiquetas == 278 %} {% set fechaReProgramada = datos.valor %} {% endif %} {% endfor %}