@if (noPorts) {
        
            From Output
            @if (noPorts) {
                
{{ groupName }} does not have any local output ports.
            }
        
 
    } @else {
        
            From Output
            
                @for (item of outputPortItems; track item) {
                    @if (item.description) {
                        {{ item.text }}
                    } @else {
                        {{
                            item.text
                        }}
                    }
                }
            
        
    }
    
        Within Group
        
            {{ groupName }}