{{#if (and parent.isAuthor targets.length)}}
{{/if}}
{{#if (and hasSave currentTargets.length)}}{{/if}}
{{#each currentTargets}}
{{#if (and ../hasSave (or hit (not @root.hasRoll) (not @root.targetMode)))}}
{{/if}}
{{else}}
{{localize "DAGGERHEART.GENERAL.noTarget"}}
{{/each}}
{{name}}
{{#if (and ../hasRoll (hasProperty this "hit"))}}
{{#if hit}}
{{localize "DAGGERHEART.GENERAL.hit.single"}}
{{else}}
{{localize "DAGGERHEART.GENERAL.miss.single"}}
{{/if}}
{{/if}}