{% extends "base.html.twig"%} {% block stylesheets %} {% endblock %} {% block titulo %} - {{proyectos.proyecto}} - {{modulo.modulo}}{% endblock %} {% block menuTop %}
{%endblock %} {%block dashboard %}

{{'ticketDetail.general' | trans}}

{% for ticket in tickets%}
{{ticket.ticket}}
{{ticket.proceso}}
{{ticket.ref}}
{{ticket.prioridad | trans}}
{% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idtipoProceso == 1 %}
{% endif %} {% endif %}
{{ ticket.nombre}}
{%if is_granted("ROLE_COORDINADOR")%}{{ticket.padre | trans |upper}}{%else%}{{ticket.estado | trans}}{%endif%}
{{ticket.userAsignado | upper}}
{% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idSitio == 1 %}
{{ticket.codigo}}
{{ticket.sitio | upper}}
{{ticket.direccion | upper}}
{{ticket.region}}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.userExtSolicita == 1 %}
{{ticket.userExtSolicita}}
{{ticket.tlfExtSolicita}}
{{ticket.emailExtSolicita}}
{% endif %} {% endif %}
{% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.fechaFalla == 1 %}
{{ticket.fechaFalla|date('Y-m-d H:i:s')}}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idtipofallas == 1 %}
{{ticket.tipoFallas}}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.idfallas == 1 %}
{{ticket.fallas}}
{% endif %} {% endif %}
{% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.fechaInicioAct == 1 %}
{{ticket.fechaInicioAct|date('Y-m-d H:i:s')}}
{% endif %} {% endif %} {% if proyectoDatosOpen == true %} {% if proyectoDatosOpen.fechaFinPro == 1 %}
{{ticket.fechaFinPro|date('Y-m-d H:i:s')}}
{% endif %} {% endif %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.fechaInicioAct == 1 and proyectoDatosOpen.fechaFinPro == 1 %}
{{ticket.duracion}}
{% endif %} {% endif %}
{% for ticketsDato in ticketsDatos %}
{% if(ticketsDato.type == "date") %} {{ticketsDato.valor }} {%elseif(ticketsDato.type == "datetime") %} {{ticketsDato.valor}} {%elseif(ticketsDato.type == "text") %} {{ticketsDato.valor}} {% elseif(ticketsDato.type == "textarea") %} {{ticketsDato.valor}} {%elseif(ticketsDato.type == "select") %} {{ticketsDato.valor}} {%elseif(ticketsDato.type == "longSelect") %} {{ticketsDato.valor}} {% elseif(ticketsDato.type == "number") %} {{ticketsDato.valor}} {% elseif(ticketsDato.type == "time") %} {{ticketsDato.valor}} {% endif %}
{% endfor %} {% if proyectoDatosOpen == true%} {% if proyectoDatosOpen.observacion == 1 %}
{{ticket.observacion}}
{% endif %} {% endif %} {% endfor %}
PROCESO A TOMAR
{% endblock %}