Associa Collaboratori Cantiere - {{ worksite.ws_name || 'Caricamento...' }}
Collaboratori Disponibili ({{ filteredAvailableList.length }})
@for (it of filteredAvailableList; track it.colId) {
{{ it.colFirstname }} {{ it.colLastname }}
} @if (filteredAvailableList.length === 0) {

Nessun collaboratore disponibile

}
Collaboratori Assegnati ({{ assignedList.length }})
@for (it of assignedList; track it.colId) {
{{ it.colFirstname }} {{ it.colLastname }}
dal {{ formatDate(it.dateStart) }} @if (it.dateEnd) { al {{ formatDate(it.dateEnd) }} } @if (!it.dateEnd) { (in corso) }
} @if (assignedList.length === 0) {

Nessun collaboratore assegnato

}
Storico associazioni ({{ historical.length }})
@if (showHistory) {
@if (historical.length === 0) {
Nessuna associazione storica
} @if (historical.length > 0) {
@for (h of historical; track h) { }
CollaboratoreDalAlStato
{{ h.colFirstname }} {{ h.colLastname }} {{ formatDate(h.dateStart) }} {{ h.dateEnd ? formatDate(h.dateEnd) : '—' }}
}
}
@if (selectedItem) {

{{ selectedItem.colFirstname }} {{ selectedItem.colLastname }}
Cantiere: {{ worksite.ws_name }}

}