@if (isLoading) {
} else { @if (FullMode) {
@RecMSE.CodMacchina
Art
@RecMSE.CodArticolo
@($"PODL{RecMSE.IdxPOdl:00000000}")
@($"ODL{RecMSE.IdxOdl:00000000}")

@RecMSE.Nome

@RecMSE.DescrizioneStato
@(formatDurata(RecMSE.Durata))
Confermati
Prodotti
Ordinati
@($"{RecMSE.PezziConf:N0}")
@($"{RecMSE.PezziProd:N0}")
@($"{RecMSE.NumPezzi:N0}")
} else {
Art
@RecMSE.CodArticolo
@($"PODL{RecMSE.IdxPOdl:00000000}")
@($"ODL{RecMSE.IdxOdl:00000000}")

@RecMSE.Nome

@RecMSE.DescrizioneStato
@(formatDurata(RecMSE.Durata))
Confermati
Prodotti
Ordinati
@($"{RecMSE.PezziConf:N0}")
@($"{RecMSE.PezziProd:N0}")
@($"{RecMSE.NumPezzi:N0}")
} }