{% extends "base.html.twig"%} {% block stylesheets %} {% endblock %} {% block menuTop %}
{# render(controller("PortalBundle:Default:topModule",{'idproyectos':idproyectos,'idmodule':1})) #}
{% endblock %} {%block dashboard %}
{% for ticket in tickets%}
{{ticket.ticket}}
{{ticket.estado}}
{{ticket.ref}}
{{ticket.proceso}}
{% for ticketDato in ticketDatos %} {% if ticketDato.idetiquetas == 132 %}
{{ticketDato.valor}}
{% endif %} {% endfor %}
{% for ticketDato in ticketDatos %} {% if ticketDato.idetiquetas == 11 %}
{{ticketDato.valor}}
{% endif %} {% if ticketDato.idetiquetas == 9 %}
{{ticketDato.valor}}
{% endif %} {% endfor %}
{% for ticketDato in ticketDatos %} {% if ticketDato.idetiquetas == 70 %}
{{ticketDato.valor}}
{% endif %} {% if ticketDato.idetiquetas == 130 %}
{{ticketDato.valor}}
{% endif %} {% if ticketDato.idetiquetas == 131 %}
{{ticket.proceso}}
{% endif %} {% endfor %}
{{ticket.observacion}}
{% endfor %}
{{ticketInformeArchivo.fechaCreacion|date('d/m/Y')}}
{% if tickets.0.idestados == 9 %}
{% endif %}

Comentarios:

Track Informe:

Seleccione Tipo de Rechazo
{{'ticketDetail.comments.comentario' | trans}}
{% endblock %}