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