{% set email_placeholder = 'Correo de la dependencia o de la persona encargada' %}
{% for comunicacionTipo in terceroService.contactoTipos(tercero, true) %}
{% set contactosComunicacion = tercero.contactosByTipo(comunicacionTipo) %}
{% set contactosSize = contactosComunicacion|length %}
{{ comunicacionTipo.nombre }}
{% if not formulario.ver %}
{% endif %}
{% for key, contactoComunicacion in contactosComunicacion %}