{{if list.length}}
{{each(i,obj) list}}
{{if $item.separator(obj.type)}}
- ${dict[obj.type]}:
{{/if}}
{{if obj.type == 'product'}}
- {{if o.showImages}}
{{/if}}{{html $item.highlight(obj.name)}}
{{else}}
- {{html $item.highlight(obj.name)}}{{if obj.matches}} (${obj.matches}){{/if}}
{{/if}}
{{/each}}
{{else}}
- ${dict.searchfor}: ${query}
{{/if}}