{{#if hasRolled}}
Leader Roll {{leader.roll.total}} {{localize "DAGGERHEART.GENERAL.withThing" thing=leader.roll.totalLabel}}
Modifiers
{{#each groupRoll.modifiers as |modifier|}} {{#if (gte modifier 0)}}+{{else}}-{{/if}}{{positive modifier}} {{/each}}
Total {{groupRoll.total}} {{groupRoll.totalLabel}}
{{else}}
Results will appear when characters roll
{{/if}}