{{#each moves as | move index |}}

    {{move.name}}

    {{localize 'DAGGERHEART.GENERAL.Bonuses.rest.downtimeAction'}}
    {{{move.description}}}
    {{#each move.actions as | action index |}}
    {{#if move.needsTarget}}
    {{/if}}
    {{/each}} {{/each}}