Name
                                
                            
                        
                        
                            Id
                            
                                {{ request.controllerService.id }}
                            
                         
                        
                            Type
                            
                                {{ formatType(request.controllerService) }}
                            
                         
                        
                            Bundle
                            
                                {{ formatBundle(request.controllerService) }}
                            
                         
                        
                            Supports Controller Service
                            
                                
                                    @for (
                                        serviceApi of request.controllerService.component.controllerServiceApis;
                                        track serviceApi
                                    ) {
                                        - 
                                            
                                        }
 
                         
                        
                            
                                
                                    Bulletin Level
                                    
                                
                                
                                    @for (option of bulletinLevels; track option) {
                                        
                                            {{ option.text }}
                                        
                                    }