@using static WebWindowComplex.LayoutConst
Frame
@if (User) {
Shape
} else {
Shape
@foreach (var i in CurrFrameWindow.ShapeList) {
@*
*@ }
}

Dimension
@foreach (FrameDimension dimension in CurrFrameWindow.DimensionList) {
}
Threshold
@if (User) { Tipology } else { }
@if (SashNotInBottom()) {
Bottom rail
Quantity @if (User) { } else { @if (CurrFrameWindow.BottomRailQty > 0) { } }
}

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