@if (rateDaPagare.length === 0) {

{{ 'label.fatture.flusso.nessuna_rata' | translate }}

} @if (rateDaPagare.length > 0) { {{ 'label.fatture.flusso.fornitore' | translate }} {{ 'label.fatture.flusso.data_scadenza' | translate }} {{ 'label.fatture.flusso.annotazioni' | translate }} {{ 'label.fatture.flusso.cantiere_cig_cup' | translate }} {{ 'label.fatture.flusso.note_rata' | translate }} {{ rata.ragioneSocialeFornitore }} {{ rata.dataScadenza | date : 'dd/MM/yyyy' }}
{{ getAnnotazione(rata) }}
@if (getNoteCreditoApplicate(rata).length > 0) {
@for (nc of getNoteCreditoApplicate(rata); track nc; let last = $last) { NC n. {{ nc.numero }} del {{ nc.data | date : 'dd/MM/yyyy' }}@if (nc.importo) { (€ {{ nc.importo | number : '1.2-2' }}) }@if (!last) { , } }
} @if (rata.cantieri && rata.cantieri.length > 0) { @for (c of rata.cantieri; track c) {
{{ c.ws_protocollo }} - {{ c.ws_name }}
@if (c.lot_cig || c.lot_cup) {
@if (c.lot_cig) { CIG: {{ c.lot_cig }} } @if (c.lot_cup) { CUP: {{ c.lot_cup }} }
}
} } @else { - } @if (rata.noteRata) { {{ rata.noteRata }} } @else { - }
}