{{#each document.system.potentialAdversaries as |category categoryId|}}
{{category.label}}
{{#each category.adversaries as |adversary|}}
{{> 'daggerheart.inventory-item' item=adversary type='adversary' isActor=true categoryAdversary=categoryId }}
{{/each}}
{{localize "DAGGERHEART.GENERAL.dropActorsHere"}}
{{/each}}