@using WebWindowComplex.Models @using static WebWindowComplex.Json.WindowConst
@Traduci("CWSash_SashGoup") @(SashGroupList.Count > 1 ? (SashGroupList.IndexOf(CurrSashGroup) + 1) : "")
@if (!BaseUser) {
}
@Traduci("CWSash_Tipology")
@if (BaseUser) {
@foreach (var i in CurrSashGroup.OrientationSashTypeList) {
}
} else {
@foreach (var i in CurrSashGroup.OrientationSashTypeList) {
}
}
@Traduci("CWSash_QtySash") @if (BaseUser) { } else { }
@Traduci("CWSash_QtyBottomR") @if (BaseUser) { } else { @if (CurrSashGroup.SashBottomRailQty > 0) { } }

@Traduci("CWSash_Hardware")
@if (BaseUser) {
@Traduci("CWSash_Family")
@Traduci("CWSash_Type")
} else {
@if (string.IsNullOrEmpty(CurrSashGroup.SashShape)) {
} else {
} }
@for (int i = 0; i < CurrSashGroup.SashList.Count; i++) {
@if (i < CurrSashGroup.SashList.Count - 1) {
} }