{{#if (gt currentTargets.length 0)}}
{{localize "DAGGERHEART.GENERAL.Target.plural"}}
{{#if (and hasSave @root.targetSelection @root.hasHitTarget)}} {{/if}}
{{#each currentTargets as |target|}}
{{#if (or ../directDamage (not @root.targetSelection))}}
{{target.name}}
{{else}} {{#if target.hit}}{{localize "Hit"}}{{else}}{{#if (not ../total.alternate)}}{{localize "Miss"}}{{else}}?{{/if}}{{/if}} {{/if}}
{{#if (and ../hasSave target.hit @root.targetSelection)}} {{/if}}
{{/each}}
{{/if}}