@if (ws) {
{{ ws.ws_name }}
{{ wsStatoLabel }}
@if (ws.ws_description) {
{{ ws.ws_description }}
}
@if (ws.ws_address || ws.ws_comune) {
{{ ws.ws_address }}@if (ws.ws_comune) {
{{ ws.ws_address ? ', ' : '' }}{{ ws.ws_comune }}
}@if (ws.ws_codiceprovincia) {
({{ ws.ws_codiceprovincia }})
}
}
@if (ws.ws_data_inizio) {
Inizio: {{ ws.ws_data_inizio | date: 'dd/MM/yyyy' }}
}
@if (ws.lot_cig) {
CIG: {{ ws.lot_cig }}
}
@if (ws.lot_cup) {
CUP: {{ ws.lot_cup }}
}
@if (ws.ws_note) {
{{ ws.ws_note }}
}
@if (ws.ws_latitude && ws.ws_longitude) {
Apri in mappa
}
Sopralluoghi ({{ sopralluoghi.length }})
@if (!isChiuso && canCreate) {
}
@if (isChiuso) {
Cantiere chiuso: i sopralluoghi sono in sola consultazione.
}
@if (sopralluoghi.length === 0) {
Nessun sopralluogo per questo cantiere.
}
@for (s of sopralluoghi; track s) {
{{ s.sl_descrizione_oggetto || s.sl_protocollo || ('Sopralluogo #' + s.sl_id) }}
@if (s.tpi_descrizione) {
{{ s.tpi_descrizione }}
}
@if (s.sl_data_apertura_sopralluogo) {
· {{ s.sl_data_apertura_sopralluogo | date: 'dd/MM/yyyy' }}
}
{{ statoLabel(s) }}
}
}