{{title}}
{{#if total}}
{{#each this.searchResults}}
{{#each features}}
{{#each ../attributes}}
{{lookup ../properties this}}
{{/each}}
{{/each}}
{{/each}}
{{else}}
{{noResultsMessage}}
{{/if}}