{{ cel_id > 0 ? 'Modifica CEL' : 'Nuovo CEL' }}
@if (cel_id > 0) {
}
Dati Generali
@if (!sectionExpanded['generale']) { {{ generaleSummary }} }
@if (sectionExpanded['generale']) {
@if (protocolloDuplicato) { {{ 'label.cel.validation.protocollo_duplicato' | translate }} }
}
@if (!hasSavedCel) {
Salva i dati generali per accedere alle sezioni Ditte CEL, Subappalto e RCL.
} @if (hasSavedCel) {
Ditte CEL
@if (primaryCompanies.length > 0) { }
@if (!sectionExpanded['ditte']) { {{ ditteSummary }} }
@if (sectionExpanded['ditte']) {
@for (row of primaryCompanies; track row; let i = $index) {
@if (isOwnerRow(row)) {
{{ supplierNameOf(row) }} (azienda titolare)
} @if (!isOwnerRow(row)) { }
%
@if (row.expanded) {
Categorie SOA
@if (row.categories && row.categories.length > 0) {
@for (cc of row.categories; track cc; let j = $index) { }
Categoria Importo
} @if (!row.categories || row.categories.length === 0) {
Nessuna categoria. Clicca "Aggiungi categoria" per inserirne una.
}
}
} @if (primaryCompanies.length === 0) {
Nessuna ditta CEL. Clicca "Aggiungi ditta" per inserirne una.
}
}
} @if (hasSavedCel) {
Subappalto
@if (subcontractorCompanies.length > 0) { }
@if (!sectionExpanded['subappalto']) { {{ subappaltoSummary }} }
@if (sectionExpanded['subappalto']) {
@for (row of subcontractorCompanies; track row; let i = $index) {
{{ supplierNameOf(row) }}
@if (row.expanded) {
@if (row.categories && row.categories.length > 0) {
@for (cc of row.categories; track cc; let j = $index) { }
Categoria Importo
} @if (!row.categories || row.categories.length === 0) {
Nessuna categoria.
}
}
} @if (subcontractorCompanies.length === 0) {
Nessun subappaltatore. Seleziona ditta sopra e clicca "Aggiungi".
}
}
} @if (hasSavedCel) {
Responsabili Controllo Lavori (RCL)
@if (!sectionExpanded['rcl']) { {{ rclSummary }} }
@if (sectionExpanded['rcl']) {
@if (cel.cel_supervisors && cel.cel_supervisors.length > 0) {
@for (s of cel.cel_supervisors; track s; let k = $index) { }
Denominazione Data inizio carica Data fine carica
} @if (!cel.cel_supervisors || cel.cel_supervisors.length === 0) {
Nessun RCL. Clicca "Aggiungi RCL" per inserirne uno.
}
}
}