@using static WebWindowComplex.LayoutConst
@Traduci("CWFrame_Frame")
@if (BaseUser) {
@Traduci("CWFrame_Shape")
@* *@
@foreach (var i in CurrFrameWindow.ShapeList) {
}
} else {
@Traduci("CWFrame_Shape")
@foreach (var i in CurrFrameWindow.ShapeList) {
}
}

@Traduci("CWFrame_Dimension")
@foreach (FrameDimension dimension in CurrFrameWindow.DimensionList) {
}
@Traduci("CWFrame_Threshold")
@if (BaseUser) { @Traduci("CWFrame_Tipology") } else { }
@if (SashNotInBottom()) {
@Traduci("CWFrame_BottomRail")
@Traduci("CWFrame_Quantity") @if (BaseUser) { } else { @if (CurrFrameWindow.BottomRailQty > 0) { } }
}

@Traduci("CWFrame_Joints")
@if (BaseUser) {
} else {
}
@* 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("CWFrame_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 (!BaseUser) { @if (!(CurrFrameWindow.AreaList[0] is Split) || (SashGroupList.Count == 0 && SplitList.Count == 0)) { } }