{{ actividad.codigo }}
{% if is_granted('ROLE_SERVICIOS_TELEFONICA') %}
{{ actividad.actividad }}
{% endif %}
{% if is_granted('ROLE_SERVICIOS_TELEFONICA') %}
{% if is_granted('ROLE_SERVICIOS_1') %}
{% else %}
{{ actividad.oc }}
{% endif %}
{% endif %}
{{ actividad.descripcion }}
{% if is_granted('ROLE_SERVICIOS_2') %}
{{ actividad.proveedor }}
{% endif %}
{% if is_granted('ROLE_SERVICIOS_2') %}
{% if is_granted('ROLE_SERVICIOS_3') %}
{% for categoria in categorias %}
{{ categoria.categoria }}
{% endfor %}
{% else %}
{{ actividad.categoria }}
{% endif %}
{% endif %}
{% if is_granted('ROLE_SERVICIOS_3') %}
{% if is_granted('ROLE_SERVICIOS_3') %}
NO INCLUIDO
{% for tipo in tipos %}
{{ tipo.tipo }}
{% endfor %}
{% else %}
{{ actividad.tipo }}
{% endif %}
{% endif %}
{% if is_granted('ROLE_SERVICIOS_3') %}
{% if is_granted('ROLE_SERVICIOS_3') %}
{% for unidad in unidades %}
{{ unidad.unidad }}
{% endfor %}
{% else %}
{{ actividad.unidad }}
{% endif %}
{% endif %}
{% if is_granted('ROLE_SERVICIOS_TELEFONICA') or is_granted('ROLE_PROVEEDOR_SERVICIOS') %}
{% set ticketDatos = actividad.ticketDatos|split(',') %}
{% set valor = 0 %}
{% for ticketDato in ticketDatos %}
{% set datos = ticketDato|split('/') %}
{% set datos = ticketDato|split('/') %}
{% if 94 == datos.0 %}
{% set valor = valor + 1 %}
{% endif %}
{% endfor %}
{% if valor == 0 %}
{% endif %}
{% endif %}
{% if is_granted('ROLE_SERVICIOS_1') %}
{% if is_granted('ROLE_SERVICIOS_1') %}
{% else %}
{{ actividad.cantidad }}
{% endif %}
{% endif %}
{% if is_granted('ROLE_SERVICIOS_2') or is_granted('ROLE_PROVEEDOR_SERVICIOS') %}
{% if is_granted('ROLE_SERVICIOS_2')or is_granted('ROLE_PROVEEDOR_SERVICIOS') %}
{% else %}
{{ actividad.costoUnidad }}
{% endif %}
{% endif %}
{% if is_granted('ROLE_SERVICIOS_2') or is_granted('ROLE_PROVEEDOR_SERVICIOS')%}
{{ actividad.costoTotal|number_format(2,',','.') }}
{% endif %}
{% if is_granted('ROLE_SERVICIOS_3') %}
{% if is_granted('ROLE_SERVICIOS_3') %}
{% else %}
{{ actividad.cobroUnidad }}
{% endif %}
{% endif %}
{% if is_granted('ROLE_SERVICIOS_3') %}
{{ actividad.cobroTotal|number_format(2,',','.') }}
{% endif %}
{% if is_granted('ROLE_SERVICIOS_3') %}
{% if is_granted('ROLE_SERVICIOS_3') %}
{% else %}
{{ actividad.observacion }}
{% endif %}
{% endif %}
{% if is_granted('ROLE_SERVICIOS_1') or is_granted('ROLE_PROVEEDOR_SERVICIOS') %}
{% endif %}
{% endfor %}