@using WebWindowComplex.Models @using static WebWindowComplex.Json.WindowConst
Sash group @(SashList.Count > 1 ? (SashList.IndexOf(CurrSashGroup) + 1) : "")
Qty sash
Qty bottom rail

Hardware
@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) { } }