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

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