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