{{roll}}
    {{#each diceResults}}
  1. {{this.value}}
  2. {{/each}}
    {{#each modifiers}}
  3. {{this.label}}
  4. {{/each}}
{{total}}
{{#if (gt targets.length 0)}}
{{#each targets as |target|}}
{{#if target.hit}}{{localize "Hit"}}{{else}}{{localize "Miss"}}{{/if}}
{{/each}}
{{/if}}