traits

{{#each item.system.traits as |trait key|}} {{#if trait}} {{#with (lookup ../config.traits key)}} {{this.name}} {{#if trait.max}} ({{trait.value}}/{{trait.max}}) {{/if}} {{#if trait.value}} {{/if}} {{/with}} {{/if}} {{/each}}