{{#if isLoaded}}
{{#unless empty}}
{{#each filteredList}}
-
{{#with ../currentTemplate }}
{{#with ..}} {{! original 'data' context to itemTemplate}}
{{> ..}} {{! return value from itemTemplate }}
{{/with}}
{{/with}}
{{/each}}
{{else}}
{{> noMatchTemplate }}
{{/unless}}
{{else}}
{{> loading}}
{{/if}}
{{/if}}