@using EgwCoreLib.Razor
@if (!SashDimEditList.Contains(IndexSash)) {
Sash @(CurrSashGroup.SashList.Count == 1 ? "" : (IndexSash + 1))
@if(!User && CurrSashGroup.SashList.Count > 1) { }
@if (User) { Tipology } else { }
Dimension @* *@
} else {
Sash @(CurrSashGroup.SashList.Count == 1 ? "" : (IndexSash + 1))
@if (!User && !(CurrAnta.AreaList[0] is Split)) {
}
@if (!User && CurrAnta.AreaList[0].AreaList.Count == 0) {
}
@if (User) { Tipology } else { }
Dimension @* *@
Joints
@if (!User) {
}
@* Joint top left e joint top right *@ @for (int i = CurrSashDim.JointList.Count - 1; i >= 2; i--) {
} @* Joint bottom left e joint bottom right *@
Element
@foreach (var element in CurrSashDim.ElementDimensionList) { if ((CurrSashDim.ElementDimensionList.Count == 5 && element.nIndex == 4) || (CurrSashDim.ElementDimensionList.Count == 6 && (element.nIndex == 4 || element.nIndex == 5))) { continue; } else {
} }
}