@using static WebWindowComplex.LayoutConst
Frame
@if (User) { Shape } else { }

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) {
@*
*@ }
@foreach (Joint joint in CurrFrameWindow.JointList) { }
Element
@foreach (var element in CurrFrameWindow.ElementDimensionList) { }
@if (!User) { @if (!(CurrFrameWindow.AreaList[0] is Split) || (SashGroupList.Count == 0 && SplitList.Count == 0)) { } }