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

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