{{#if (and hasRolled leader.roll)}}
{{localize "DAGGERHEART.APPLICATIONS.GroupRollSelect.leaderRoll"}} {{leader.roll.total}} {{localize "DAGGERHEART.GENERAL.withThing" thing=leader.roll.totalLabel}}
{{localize "DAGGERHEART.GENERAL.Modifier.plural"}}
{{#each groupRoll.modifiers as |modifier|}} {{numberFormat modifier sign=true}} {{/each}}
{{localize "DAGGERHEART.GENERAL.total"}} {{groupRoll.total}} {{groupRoll.totalLabel}}
{{else}}
{{localize "DAGGERHEART.APPLICATIONS.GroupRollSelect.resultsHint"}}
{{/if}}