@if (isLoading) {
} else { @if (RecMSE == null) {
No data
} else { @if (FullMode) { if (Width > 640) {
@RecMSE.CodMacchina
@RecMSE.Nome
@RecMSE.DescrizioneStato:   @(FormatDurata(RecMSE.Durata))
  @($" {RecMSE.PezziConf:N0}")  
+   @($" {0: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}")
+   @($" {0:N0}")
@($"{RecMSE.PezziProd:N0}")
ART.
@RecMSE.CodArticolo
ORD.
@($"ODL{RecMSE.IdxOdl:00000000}")
}
} } else {

@RecMSE.Nome

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