{{pluralize currentTargets.length "DAGGERHEART.GENERAL.Target"}}
{{#if isGM}}
{{#if (or (gt targetShort.hit 0) (gt targetShort.miss 0))}}
{{targetShort.hit}} {{pluralize targetShort.hit "DAGGERHEART.GENERAL.hit"}}
{{targetShort.miss}} {{pluralize targetShort.miss "DAGGERHEART.GENERAL.miss"}}
{{/if}} {{#if (and hasSave pendingSaves)}}
{{/if}}
{{/if}}
{{#if (and parent.isAuthor targets.length)}}
{{localize "DAGGERHEART.UI.Chat.damageRoll.hitTarget"}}
{{localize "DAGGERHEART.UI.Chat.damageRoll.currentTarget"}}
{{/if}} {{#if (and hasSave currentTargets.length)}}
Reaction Roll All Targets
{{/if}} {{#each currentTargets}}
{{name}}
{{#if (and ../hasRoll (hasProperty this "hit"))}}
{{#if hit}} {{localize "DAGGERHEART.GENERAL.hit.single"}} {{else}} {{localize "DAGGERHEART.GENERAL.miss.single"}} {{/if}}
{{/if}}
{{#if (and ../hasSave (or hit (not @root.hasRoll) (not @root.targetMode)))}}
{{/if}}
{{else}} {{localize "DAGGERHEART.GENERAL.noTarget"}} {{/each}}