@page "/prod-stop" @if (string.IsNullOrEmpty(IdxMacc) || CurrMSE == null) { } else {
@if (!string.IsNullOrEmpty(lblOut)) {
@lblOut
} @foreach (var item in events2show) { }
}