@if (!isModal) {
@if (cust.id > 0) {
{{ 'customer.title.upd' | translate }} di {{ def_company_name }}:     {{ cust.name }}
} @if (cust.id == 0) {
{{ 'customer.title.add' | translate }} di {{ def_company_name }}
}
} @if (!isModal) { }
@if (cmptype.length !== 1) { } @if (cmptype.length === 1) { {{ cmptype[0].cmptp_description }} } @if (cmptype.length === 1) { }
@if (cust.cst_type) { } @if (cust.cst_type) {
@if (hasExtraField('surname')) {
}
@if (!isFieldHidden('description')) {
}
@if (email.errors && (email.dirty || email.touched)) {
{{ 'utente.form.mail' | translate }} {{ 'portale.form.invalid_format' | translate }}
}
@if (!isFieldHidden('tax_code')) {
} @if (!isFieldHidden('vat_number')) {
}
@if (!isFieldHidden('area_code')) {
} @if (!isFieldHidden('muc')) {
} @if (hasExtraField('disability_type')) {
} @if (hasExtraField('autonomous_return')) {
} @if (hasExtraField('autonomous_return') && !cust.cst_autonomous_return) {
}
} @if (hasExtraField('family_contacts')) {
{{ 'companies.lbl.cst_detail.family_contacts' | translate }}
@for (contact of familyContacts; track contact; let i = $index) {
@if (i === 0) { }
@if (i === 0) { }
@if (i === 0) { }
@if (i === 0) { }
@if (i === 0) { }
@if (i === 0) { }
@if (i === 0) { }
} @if (familyContacts.length === 0) {
Nessun contatto familiare inserito. Clicca + per aggiungerne uno.
}
} @if (cust.cst_type === CUSTOMER_TYPE_TRANSPORTED_PERSON && transportDataLoaded) {
Esigenze Operative
@for (prop of vehicleProperties; track prop) { @if (prop.vp_type === 'boolean') {
} @if (prop.vp_type === 'integer') {
} }
Dati Operativi Default
} @if (hasExtraField('attachments')) {
Allegati
@if (cust.id > 0) {
} @if (cust.id === 0) {
Salva il cliente per poter allegare file.
} @if (customerAttachments.length > 0) { Voce File Azioni {{ att.ca_type }} {{ att.ca_file_name }} }
} @if (showCondoUnits && cust.id > 0) {
{{ 'unita.titolo' | translate }}
@if (showMillesimi) { }
{{ 'unita.tipo' | translate }} {{ 'unita.scala' | translate }} {{ 'unita.piano' | translate }} {{ 'unita.interno' | translate }} {{ 'unita.descrizione' | translate }} {{ 'unita.referente' | translate }} @if (showMillesimi) { {{ 'unita.millesimi' | translate }} } {{ 'Azioni' | translate }} {{ 'unita.tipo.' + u.unit_type | translate }} {{ u.unit_scala }} {{ u.unit_piano }} {{ u.unit_interno }} {{ u.unit_descrizione }} {{ u.cst_display }} @if (showMillesimi) { {{ u.unit_millesimi }} }
{{ 'unita.nessuna_condomino' | translate }}
}
@if (isModal) { }
@if (showMillesimi) {
}
@if (showAddAssistantDialog) { }
@if (editingDisabilityType) { }
Etichetta Valore Azioni {{ dt.dt_label }} {{ dt.dt_value }} Nessun tipo di disabilità configurato.
@if (editingAttachmentType) { }
Etichetta Valore Azioni {{ at.at_label }} {{ at.at_value }} Nessuna voce allegato configurata.