{{#if (gt (length hits) 0)}}
        
            {{length hits}} hits found for {{verificationSubject}} on {{completedOn}}
            
                
                    
                        | Name | 
                        Matched | 
                        Match status | 
                    
                
                {{#each hits}}
                    
                        | {{name}} | 
                        {{implode keyData.hits ', '}} | 
                        {{keyData.match_status}} | 
                    
                {{/each}}
            
        
        {{else}}
        
            No hits found for {{verificationSubject}} on {{completedOn}}
        
        {{/if}}
      
    
 
    {{#if (gt (length hits) 0)}}
    {{#each hits}}
    
    {{#if (gt (length this.pep) 0)}}