{{#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.hasAdvantage}} + {{roll.dAdvantage.total}} {{/if}} {{#if roll.hasDisadvantage}} - {{roll.dDisadvantage.total}} {{/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}}