{{ getCategoriaNome() || ('label.riepilogo.costo_per_cantiere' | translate) }}
@if (filterCantiereId > 0) { }
@if (showCantieriDropdown) {
@for (c of cantieriSuggestions; track c) {
{{ c.ws_name }}
}
}
@if (loading) {
} @if (!loading) {
} @if (!loading) {
@for (riga of righe; track riga) { } @if (righe.length === 0 && !loading) { } @if (righe.length > 0) { }
{{ 'label.riepilogo.col.cantiere' | translate }} {{ 'label.riepilogo.col.imponibile' | translate }} {{ 'label.riepilogo.col.totale' | translate }} {{ 'label.riepilogo.col.azioni' | translate }}
{{ riga.ws_name }} {{ formatCurrency(riga.imponibile) }} {{ formatCurrency(riga.totale) }} @if (riga.ws_id > 0) { }

{{ 'label.riepilogo.nessun_dato' | translate }}

Totali: {{ formatCurrency(totaleImponibile) }} {{ formatCurrency(totaleTotale) }}
} @if (!loading && righe.length > 0) {
}