{{#if targets.length}}
{{/if}}
{{#if (and hasSave @root.targetSelection pendingSaves)}}{{/if}}
{{#each currentTargets}}
{{#if (and ../hasSave hit @root.targetSelection)}}
{{/if}}
{{else}}
{{localize "DAGGERHEART.GENERAL.noTarget"}}
{{/each}}
{{name}}
{{#if (and ../targetSelection ../hasRoll)}}
{{#if hit}}
{{localize "DAGGERHEART.GENERAL.hit.single"}}
{{else}}
{{localize "DAGGERHEART.GENERAL.miss.single"}}
{{/if}}
{{/if}}