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

Hardware
@if (string.IsNullOrEmpty(CurrItem.SashShape)) {
} else {
}
Joints
@foreach (Joint joint in CurrItem.JointList) { }
@for (int i = 0; i < CurrItem.SashList.Count; i++) { }