{{ detail.nationality_label or '-' }}
{{ detail.person_type_label or '-' }}
{{ registro.fiscal_name or '-' }}
{{ detail.primary_phone or '-' }}
{{ detail.primary_email or '-' }}
{{ detail.website or '-' }}
{{ detail.primary_address_label or '-' }}
{{ registro.legal_representative_name or '-' }}
{{ registro.legal_representative_id or '-' }}
{{ registro.legal_representative_position or '-' }}
{{ registro.legal_representative_email or '-' }}
{{ registro.legal_representative_phone or '-' }}
{{ registro.legal_constitution_date.strftime('%Y-%m-%d') if registro.legal_constitution_date else '-' }}
{{ registro.legal_constitution_place or '-' }}
{{ registro.legal_registration_number or '-' }}
{{ registro.legal_notification_address or detail.primary_address_label or '-' }}
{{ registro.legal_notes or '-' }}
| {{ _("Nombre") }} | {{ _("Correo") }} | {{ _("Telefono") }} | {{ _("Rol") }} | {{ _("Acciones") }} |
|---|---|---|---|---|
| {{ row.contact.first_name }} {{ row.contact.last_name or "" }} | {{ row.contact.email or "-" }} | {{ row.contact.phone or row.contact.mobile or "-" }} | {{ row.role or "-" }} | |
| {{ _("No hay contactos registrados.") }} | ||||
| {{ _("Direccion") }} | {{ _("Ciudad") }} | {{ _("Tipo") }} | {{ _("Principal") }} | {{ _("Acciones") }} |
|---|---|---|---|---|
| {{ row.address.address_line1 }} | {{ row.address.city or "-" }} | {{ row.address_type or "-" }} | {{ _("Si") if row.is_primary else _("No") }} | |
| {{ _("No hay direcciones registradas.") }} | ||||