{{#each (entries config.SUB_ATTRIBUTES) as |entry|}} {{#with entry.[1] as |subAttr|}}
{{localize subAttr.label}}
{{#with (lookup ../../system.subAttributes subAttr.id) as |subAttrData|}} {{#if (gt subAttrData.value 0)}} +{{subAttrData.value}} {{else}} {{subAttrData.value}} {{/if}} {{/with}}
{{/with}} {{/each}}