{{localize name}}

{{#if closed}}
{{localize "ROLL.CLOSED"}}: {{closed}}
{{/if}} {{#if opened}}
{{localize "ROLL.OPENED"}}: {{opened}}
{{/if}}
{{#each res as |res1 key|}}
{{#if showFormula}}
{{res1.result.formula}}
{{/if}} {{#if res1.success}}
{{res1.name}}: {{res1.result.total}}
{{/if}} {{#if res1.failure}}
{{res1.name}}: {{res1.result.total}}
{{/if}}
{{/each}}

{{#iff result '==' "0"}}{{localize "ROLL.SUBPAR"}}{{/iff}} {{#iff result '==' "1"}}{{localize "ROLL.LOW"}}{{/iff}} {{#iff result '==' "2"}}{{localize "ROLL.LIMITED"}}{{/iff}} {{#iff result '==' "3"}}{{localize "ROLL.GOOD"}}{{/iff}} {{#iff result '==' "4"}}{{localize "ROLL.SUPERIOR"}}{{/iff}}