@page "/WeekPlan" @attribute [Authorize] @if (selPeriod) { } else if (showTemp) { } else if (showDay) { } else if (currRecord != null) { } else if (ListTimbr != null && SelDayDTO != null) { }
@if (weekStatList != null) {
@foreach (var item in weekStatList) {
}
} else {
@for (int i = 0; i < 5; i++) {
}
}
@if (ListRecords == null) { @for (int i = 0; i < 7; i++) {
} } else { @foreach (var currItem in ListRecords) {
} }