{{#with (ifThen (eq partId "leader") leader (lookup members partId))}}
{{name}} {{#if hasRolled}}
{{rollChoiceLabel}}
{{#if modifier}} {{numberFormat modifier sign=true}} {{/if}} {{#if isEditable}}
{{/if}}
{{else if readyToRoll}}
{{localize "DAGGERHEART.CONFIG.RollTypes.trait.name" }}
{{/if}}
{{#if roll}}
{{roll.total}} {{withLabelShort}}
{{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}}
{{#if (and @root.isGM (ne ../partId "leader"))}}
{{/if}}
{{else if (and readyToRoll isEditable)}} 2d12 {{/if}}
{{/with}}