{{#each category.entries as |tour| }}
{{tour.label}} ({{tour.status}})
{{#if tour.canPlay}} {{/if}} {{#if tour.canReset}} {{/if}}
{{~#if tour.hint}}

{{{tour.hint}}}

{{/if~}}
{{/each}}