{{localize "DAGGERHEART.APPLICATIONS.Downtime.downtimeHeader" current=nrCurrentChoices max=moveData.nrChoices}}

{{#each moveData.moves as |move key|}}
{{#if this.selected}}
{{move.selected}}
{{/if}}
{{localize this.name}}
{{localize this.description}}
{{/each}}