{{ 'fotovoltaico.titolo' | translate }}
@if (!isPerCantiere) {
}
{{ 'fotovoltaico.denominazione' | translate }} {{ 'fotovoltaico.pod' | translate }} @if (!isPerCantiere) { {{ 'fotovoltaico.cantiere' | translate }} } {{ 'fotovoltaico.potenza' | translate }} {{ 'fotovoltaico.data_installazione' | translate }} {{ 'Azioni' | translate }} {{ p.pv_denominazione }} {{ p.pv_pod || '-' }} @if (!isPerCantiere) { {{ p.ws_name || '-' }} } {{ p.pv_potenza_kwp != null ? (p.pv_potenza_kwp | number: '1.0-2') + ' kWp' : '-' }} {{ p.pv_data_installazione ? (p.pv_data_installazione | date: 'dd/MM/yyyy') : '-' }}
{{ 'fotovoltaico.nessuno' | translate }}