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

Hardware
@if (User) {
Family
Type
} else {
@if (string.IsNullOrEmpty(CurrSashGroup.SashShape)) {
} else {
} }
@for (int i = 0; i < CurrSashGroup.SashList.Count; i++) { @if (editMode && currSashDimEdit.Contains(i)) {
} else if(currSashDimEdit.Count == 0) { } }