Description
                            {{ useCase.description }}
                         
                        @if (useCase.notes) {
                            
                                Notes
                                {{ useCase.notes }}
                             
                        }
                        @if (useCase.keywords.length > 0) {
                            
                                Keywords
                                {{ formatKeywords(useCase.keywords) }}
                             
                        }
                        
Components Involved
                        @for (involvedComponent of useCase.configurations; track involvedComponent) {
                            
                                
                                {{ involvedComponent.configuration }}
                             
                        }