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

Dimension
@foreach (FrameDimension dimension in CurrFrameWindow.DimensionList) { }
Threshold
@if (User) { Tipology } else { }

Joints
@if (!User) {
}
@foreach (Joint joint in CurrFrameWindow.JointList) { }
@if (SashList.Count == 0) {
Bottom rail
Quantity @if (User) { } else { }
}
@if (!User) { @if (!(CurrFrameWindow.AreaList[0] is Split) || (SashList.Count == 0 && SplitList.Count == 0)) { } }