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