@if (of_address.errors && (of_address.dirty || of_address.touched)) {
Indirizzo is required
Indirizzo is required
Indirizzo troppo lunga
}
@if(comunisede && comunisede.length>0){ @if (of_municipality_cf.errors && (of_municipality_cf.dirty || of_municipality_cf.touched)) {
Comune is required
} }
@if (of_cap.errors && (of_cap.dirty || of_cap.touched)) {
CAP is required
CAP is required
CAP troppo lungo
}
@if (org_phonenr.errors && (org_phonenr.dirty || org_phonenr.touched)) {
{{ 'companies.lbl.location.org_phonenr' | translate }} {{ 'portale.form.invalid_format' | translate }}
}
@if (org_email.errors && (org_email.dirty || org_email.touched)) {
{{ 'companies.lbl.location.org_email' | translate }} {{ 'portale.form.invalid_format' | translate }}
}
@if (org_radius.errors && (org_radius.dirty || org_radius.touched)) {
{{ 'companies.lbl.location.org_radius' | translate }} {{ 'portale.form.invalid_format' | translate }}
}
@if (loc.org_time_slots.length > 0) {
@for (slot of loc.org_time_slots; track slot; let i = $index) {
@if (!view) {
@if(i+1==loc.org_time_slots.length){ }@else{ }
}
}
}