Datos Ticket

{{ tickets.0.ticket }}
{{ tickets.0.sitio }}
{{ tickets.0.codigo }}
{{ tickets.0.proceso }}
{{ tickets.0.fechaOpen| date('d/m/Y') }}
{{ tickets.0.estado }}
{{ tickets.0.observacion }}
{% if totales == true %} {{ totales.0.total }} {% else %} 0 {% endif %}
{% if totales == true %} {{ totales.0.costo|number_format(2,',','.') }} {% else %} 0 {% endif %}
{% if is_granted("ROLE_SERVICIOS_3") %}
{% if totales == true %} {{ totales.0.cobro|number_format(2,',','.') }} {% else %} 0 {% endif %}
{% endif %}
{% if is_granted("ROLE_PROVEEDOR_SERVICIOS") or is_granted('ROLE_SERVICIOS_3')%} {% endif %}
{% if is_granted('ROLE_SERVICIOS') or is_granted('ROLE_PROVEEDOR_SERVICIOS') %}