{{#if (eq item.system.resource.type 'simple')}}
{{else}}
{{#each item.system.resource.diceStates as | state key |}}
{{#if state.used}}{{/if}}
{{/each}}
{{/if}}