{{#with (lookup members partId)}}
{{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}} {{#if hasRolled}}
{{#if ../isGM}} {{/if}}
{{localize "DAGGERHEART.GENERAL.Modifier.single"}}{{#if successfull}} + 1{{else if (isNullish successfull)}} + ?{{else}} - 1{{/if}}
{{/if}}
{{/with}}