@if (disabled) {
            
        } @else if (isVerifying) {
            
Verifying properties...
        } @else if (results.length > 0) {
            
                @for (result of results; track results) {
                    
                        
                            @switch (result.outcome) {
                                @case (Outcome.SUCCESSFUL) {
                                    
                                }
                                @case (Outcome.FAILED) {
                                    
                                }
                                @case (Outcome.SKIPPED) {
                                    
                                }
                            }
                            
                                {{ result.verificationStepName }}
                                {{ result.explanation }}
                             
                         
                }
            
        } @else {
            
Click the button above to verify this component.
        }