{% if setData is not defined %} {% set setData = true %} {% endif %}
| Tipo | Dato | Observ. | {% if setData %}Acciones | {% endif %}|
|---|---|---|---|---|
| {{ data.dataType.name }} | {% if data.extension != null %}{{ data.contactData }} - {{ data.extension }} | {% else %}{{ data.contactData }} | {% endif %}{{ data.commentary }} | {% if setData %}{% if not data.active %} {% set listInactive = true %} {% if is_granted("CORE_CONTACT_DATA_ENABLE") %} {% else %} {% endif %} {% else %} {% if is_granted("CORE_CONTACT_DATA_DISABLE") %} {% else %} {% endif %} {% endif %} {% if reservation is defined and reservation is not null and data.active %} {% if data.id in reservation.getIdsContactsData %} {% if is_granted("RESERV_RESERVATION_LINK_CONTACT_DATA") %} {% else %} {% endif %} {% else %} {% if is_granted("RESERV_RESERVATION_LINK_CONTACT_DATA") %} {% else %} {% endif %} {% endif %} {% endif %} | {% endif %}
| Ver desactivos | ||||