<% _.each(ctx.items, (item, key) => { %><% if (item.available) { %>
  • <% if (item.imageUrl) { print(ctx.makeThumbnail(item.imageUrl)); } %><%= ctx.makeAccessKey(item.name, item.accessKey) %>
  • <% } %><% }) %>