@if (enableControlli) { @if (RecMSE != null && RecMSE.IdxOdl > 0) { } else {
ODL non presente!
} } else {
Registrazione controlli disabilitata
}

Tipo Selezione

@if (useOdl) { } else { } @if (showInsert) { @if (showNote) {
} else {
} }
@foreach (var item in ListPaged) { }
Registro Controlli
Art: @item.CodArticolo
ODL: @($"ODL{item.IdxOdl:000000000}")
@if (item.EsitoOk) { } else { }
@($"{item.DataOra:ddd dd.MM.yy HH:mm:ss}")
@item.Operatore
@if (!string.IsNullOrEmpty(item.Note)) {
@item.Note
}