@using EgwCoreLib.Razor @if(mode == ModeView.View) {
Sash @(CurrSashGroup.SashList.Count == 1 ? "" : (IndexSash + 1))
Tipology
Dimension
} else {
Sash @(CurrSashGroup.SashList.Count == 1 ? "" : (IndexSash + 1))
Tipology
Dimension
Joints
@foreach (Joint joint in CurrSashDim.JointList) { }
}