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