{{#each targets}}
  • {{this.token.name}}

      {{#each this.updates}}
    • {{#if (gte this.value 0)}} {{ localize "DAGGERHEART.UI.Chat.markResource" quantity=this.value resource=(localize (concat "DAGGERHEART.CONFIG.HealingType." this.key ".name")) }} {{else}} {{ localize "DAGGERHEART.UI.Chat.clearResource" quantity=(positive this.value) resource=(localize (concat "DAGGERHEART.CONFIG.HealingType." this.key ".name")) }} {{/if}}
    • {{/each}}
  • {{/each}}