Cantieri

{{ cantieri.length }} cantier{{ cantieri.length === 1 ? 'e' : 'i' }} del condominio

@if (loading) {
@for (i of [1,2,3]; track i) {
}
} @if (!loading) {
@for (ws of cantieri; track ws) {

{{ ws.ws_name }}

{{ statoLabel(ws) }}
@if (ws.ws_address || ws.ws_comune) { {{ ws.ws_address || ws.ws_comune }}@if (ws.ws_codiceprovincia) { ({{ ws.ws_codiceprovincia }}) } } @if (ws.lot_cig) { CIG {{ ws.lot_cig }} } @if (ws.lot_cup) { CUP {{ ws.lot_cup }} } @if (ws.ws_data_inizio) { {{ ws.ws_data_inizio | date: 'dd/MM/yyyy' }} }
@if (ws.ws_description) {

{{ ws.ws_description }}

}
} @if (cantieri.length === 0) {

Nessun cantiere

Non risultano cantieri per il condominio.

}
}