@using WebWindowComplex.Models @using static WebWindowComplex.Json.WindowConst
Sash group @(SashGroupList.Count > 1 ? (SashGroupList.IndexOf(CurrSashGroup) + 1) : "")
@if (!BaseUser) {
}
Tipology
@if (BaseUser) {
@foreach (var i in CurrSashGroup.OrientationSashTypeList) {
}
} else {
@foreach (var i in CurrSashGroup.OrientationSashTypeList) {
}
}
Qty sash @if (BaseUser) { } else { }
Qty bottom rail @if (BaseUser) { } else { @if (CurrSashGroup.SashBottomRailQty > 0) { } }

Hardware
@if (BaseUser) {
Family
Type
} else {
@if (string.IsNullOrEmpty(CurrSashGroup.SashShape)) {
} else {
} }
@for (int i = 0; i < CurrSashGroup.SashList.Count; i++) {
@if (i < CurrSashGroup.SashList.Count - 1) {
} }