@*
@if (DoorDefStep == Core.Enum.DoorDefStep.Door) {
Door
} else {
Door
}
@if (DoorDefStep == Core.Enum.DoorDefStep.Hardware) {
Hardware
} else {
Hardware
}
*@
@if (currListOrderStatus != null) { @foreach (var item in currListOrderStatus) {
@if (int.Parse(item.Value) == CurrOrderStatus) {
@item.Label
} else { @if (int.Parse(item.Value) < CurrOrderStatus) {
@item.Label
} else {
@item.Label
} }
} }