{{#each items}}{{#if this.available}}
  • {{#if this.imageUrl}}{{thumbnail this.imageUrl}}{{/if}}{{this.name}}
  • {{/if}}{{/each}}