@if (DoorOp != null) {
@foreach (var item in DoorOp) {
Template
@foreach (var graph in getGraphicParams(item)) { @if (graph.InputType == "TextBox") {
@(translate(graph.Label))
}@* else if (graph.graphicParamType == "ComboBox") { }*@ }
}
}