{{#with leader}}
{{localize "DAGGERHEART.APPLICATIONS.GroupRollSelect.leader"}}
{{name}}
{{#if readyToRoll}}
{{localize "DAGGERHEART.GENERAL.roll"}}
{{#if hasRolled}} {{/if}}
{{#if roll}}
{{roll.total}} {{localize "DAGGERHEART.GENERAL.withThing" thing=roll.totalLabel}}
{{roll.dHope.total}} + {{roll.dFear.total}} {{#if roll.advantage.type}} {{#if (eq roll.advantage.type 1)}}+{{else}}-{{/if}} {{roll.advantage.value}} {{/if}} {{#if (gte roll.modifierTotal 0)}}+{{else}}-{{/if}} {{positive roll.modifierTotal}}
{{else}} {{localize "DAGGERHEART.APPLICATIONS.TagTeamSelect.makeYourRoll"}} {{/if}}
{{/if}}
{{/with}}