@using static WebWindowComplex.LayoutConst
@Traduci("ConfWind_Frame")
@if (User) {
Shape
} else {
@Traduci("ConfWind_Shape")
@foreach (var i in CurrFrameWindow.ShapeList) {
}
}

@Traduci("ConfWind_Dimension")
@foreach (FrameDimension dimension in CurrFrameWindow.DimensionList) {
}
@Traduci("ConfWind_Threshold")
@if (User) { @Traduci("ConfWind_Tipology") } else { }
@if (SashNotInBottom()) {
@Traduci("ConfWind_BottomRail")
@Traduci("ConfWind_Quantity") @if (User) { } else { @if (CurrFrameWindow.BottomRailQty > 0) { } }
}

@Traduci("ConfWind_Joints")
@if (!User) {
}
@* Joint top left e joint top right *@ @for (int i = CurrFrameWindow.JointList.Count - 1; i >= 2; i--) {
} @* Joint bottom left e joint bottom right *@
@Traduci("ConfWind_Element")
@foreach (var element in CurrFrameWindow.ElementDimensionList) { if ((CurrFrameWindow.ElementDimensionList.Count == 5 && element.nIndex == 4) || (CurrFrameWindow.ElementDimensionList.Count == 6 && (element.nIndex == 4 || element.nIndex == 5))) { continue; } else {
} }
@if (!User) { @if (!(CurrFrameWindow.AreaList[0] is Split) || (SashGroupList.Count == 0 && SplitList.Count == 0)) { } }