{{localize (ifThen hasHealing "DAGGERHEART.ACTIONS.TYPES.healing.name" "DAGGERHEART.ACTIONS.TYPES.damage.name")}}
{{#each damage as | roll index | }}
{{localize (concat 'DAGGERHEART.CONFIG.HealingType.' index '.name')}}: {{total}}
{{/each}}
{{#each damage as | roll index | }}
{{localize (concat 'DAGGERHEART.CONFIG.HealingType.' index '.name')}}
{{localize "DAGGERHEART.GENERAL.total"}}: {{roll.total}}
{{#each roll.parts}} {{#if damageTypes.length}} {{/if}}
{{#each dice}} {{#each results}} {{#unless discarded}}
{{result}}
{{/unless}} {{/each}} {{/each}} {{#if modifierTotal}}
{{modifierTotal}}
{{/if}} {{#unless dice.length}}
{{total}}
{{/unless}}
{{/each}}
{{/each}}