{{if TotalNumberOfResults == 0 }}
                    
                        Your search returned 0 results. Please modify your search and try again.
                    
                {{else}}
                    
                        Showing [[numberone]] of [[numbertwo]] matching [[searchtext]]:
                    
                {{/if}}
            
        
        
            {{for Results}}
            - 
                
                {{for Fields}}
                {{if Key == 'description_t'}}
                
{{:Value}}
                {{/if}}
                {{/for}}
             
            {{/for}}