- {/* Contacto Principal */}
-
-
Contacto Principal
- {customer?.email_primary && (
-
-
-
-
Email
-
- {customer?.email_primary}
-
-
-
- )}
- {customer?.mobile_primary && (
-
-
-
-
Móvil
-
- {customer?.mobile_primary}
-
-
-
- )}
- {customer?.phone_primary && (
-
-
-
-
Teléfono
-
- {customer?.phone_primary}
-
-
-
- )}
-
-
- {/* Contacto Secundario */}
-
-
Contacto Secundario
- {customer?.email_secondary && (
-
-
-
-
Email
-
- {customer?.email_secondary}
-
-
-
- )}
- {customer?.mobile_secondary && (
-
-
-
-
Móvil
-
- {customer?.mobile_secondary}
-
-
-
- )}
- {customer?.phone_secondary && (
-
-
-
-
Teléfono
-
- {customer?.phone_secondary}
-
-
-
- )}
-
-
- {/* Otros Contactos */}
- {(customer?.website || customer?.fax) && (
-
-
Otros
-
- {customer?.website && (
-
- )}
- {customer?.fax && (
-
-
-
-
Fax
- {customer?.fax}
-
-
- )}
-
-
- )}
-
-