×
@if (TemplateListGen != null) { GENERAL @foreach (var template in TemplateListGen) { } } @if (TemplateListbyComp != null) { NOT GENERAL @foreach (var item in TemplateListbyComp) { } }
@if (DoorsList == null || DoorsList.Count == 0) { } else { int idxCount = 0;
@foreach (var door in DoorsList) { idxCount++;
}
}