CONTACTO
@if (contact().whatsappUrl && contact().whatsappLabel) {
{{ contact().whatsappLabel }}
}
@if (contact().phone; as phone) {
{{ phone }}
}
@for (location of contact().locations; track location.id) {
{{ location.label }}
@for (address of location.addresses; track address.id) {
- {{ address.address }}
}
}
@if (!contact().whatsappUrl && !contact().phone && contact().locations.length === 0) {
No hay datos de contacto disponibles.
}
@if (contact().mapLocations.length > 0) {