{{#unless source.system.inventory.choiceA}}
{{localize "DAGGERHEART.GENERAL.missingDragDropThing" thing=(localize "DAGGERHEART.GENERAL.items")}}
{{/unless}}
{{#each source.system.inventory.choiceA}}
{{#if this}}
{{this.name}}
{{#unless (eq document.parent.type 'character')}}
{{/unless}}
{{/if}}
{{/each}}