{{> (@root.partial 'item-image') this}}
{{#if (and isProficient (not variants.size))}} {{/if}}
{{#if (and isProficient variants.size)}}
{{#each variants as |variant|}}
{{{variant.label}}}
{{/each}}
{{/if}}