@if (dictValCurr == null) { } else {
@if (DoorOpInst.userConfirm != "" && DoorOpInst.DtConfirm != null) { }
@($"{@getTrad(DoorOpInst.ObjectId)} #{instanceN}")
@if (hasChanged) {
} else {
}
Folder
@if (orderStatus == 10 || orderStatus == 10000) { } else { }
Template
@if (listValuesFiles != null && listValuesFiles.Count > 0 && !string.IsNullOrEmpty(templateName) && (orderStatus == 10 || orderStatus == 10000)) { } else { }
@if (DoorOpInst.userConfirm != "" && DoorOpInst.DtConfirm != null) { @foreach (var item in dictValCurr) { @if (item.Key != "Folder" && item.Key != "template" && item.Key != "shape") { @if (isCombo(item.Key)) {
@translate(item.Key)
@if (orderStatus == 10 || orderStatus == 10000) { } else { }
} else {
@translate(item.Key)
@if (orderStatus == 10 || orderStatus == 10000) { } else { }
} } } } else { Missing Confirm }

@if (DoorOpInst.userConfirm != "" && DoorOpInst.DtConfirm != null) { }
@if (DoorOpInst.userConfirm != "" && DoorOpInst.DtConfirm != null) { @if (hasChanged) { } else { } } else { }
}