{{localize (concat "DAGGERHEART.APPLICATIONS.Downtime." category ".moves") max=nrChoices.max current=nrChoices.current}} {{#each moves as |move key|}}
{{#if move.selected}}
{{move.selected}}
{{/if}}
{{localize move.name}}
{{localize move.description}}
{{/each}}