@if (isLoading) {
} else { @if (RecMSE == null) {
No data
} else { @if (FullMode) { if (Width > 640) {
@*@RecMSE.CodMacchina*@ @RecMSE.CodMacchina
@RecMSE.Nome
@RecMSE.DescrizioneStato:   @(formatDurata(RecMSE.Durata))
  @($" {RecMSE.PezziConf:N0}")
  @($" {RecMSE.PezziProd:N0}")
ART:
@($"{RecMSE.CodArticolo}")
ODL:
@($"ODL{RecMSE.IdxOdl:00000000}")
PODL:
@($"PODL{RecMSE.IdxPOdl:00000000}")
} else {
@RecMSE.Nome
@RecMSE.DescrizioneStato:   @(formatDurata(RecMSE.Durata))
@if (showCard) {
@($"{RecMSE.PezziConf:N0}")
@($"{RecMSE.PezziProd:N0}")
ART.
@RecMSE.CodArticolo
ORD.
@($"ODL{RecMSE.IdxOdl:00000000}")
}
} } else { @*

@RecMSE.Nome

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

@RecMSE.Nome

@($"{RecMSE.PezziConf:N0}")
@($"{RecMSE.PezziProd:N0}")
@($"{RecMSE.extraVal:N0}")
@RecMSE.DescrizioneStato
@(formatDurata(RecMSE.Durata))
ART:
@($"{RecMSE.CodArticolo}")
ODL:
@($"ODL{RecMSE.IdxOdl:00000000}")
PODL:
@($"PODL{RecMSE.IdxPOdl:00000000}")
} } }