{{#if rows.length}} {{> search_actions}}
{{> search_head}} {{#each rows}} {{> search_row_format}} {{/each}}
{{> search_row_actions}}
{{else}} {{> search_actions}}
{{_ 'No Results Found.'}}
{{/if}}