{{#unless dontDisplaySuccessLevel}}
{{#if displayResultType}}
{{resultType}}
{{/if}}
{{#if displayBothSuccessLevel}} - {{/if}}
{{#if displayCheckSuccessLevel}}
{{#if successLevelIcons}}
{{#each successLevelIcons.icons as |icon|}}
{{/each}}
{{else}}
1D% {{#if dices.hasBonus}}{{dices.bonus}} {{dices.bonusType}} {{localize 'CoC7.Dice'}}{{/if}}
{{/if}}
{{/if}}
{{/unless}}
{{#unless hideDiceResult}}
{{modifiedResult}}{{#if flatDiceModifier}} ({{flatDiceModifierString}}){{/if}} {{#if pushing}} {{localize 'CoC7.PushedRoll'}}{{/if}} {{#if luckSpent}} - {{ localize 'CoC7.LuckSpentAlt' }} ({{totalLuckSpent}}){{/if}}
{{/unless}}
{{#if hasMalfunction}}
{{malfunctionTxt}}
{{/if}}