{{#if hasLootable}}
{{else}}
You currently do not have lootables enabled in the settings.
{{/if}} {{#if (and currency (not convertEntity))}}
{{#each currency}}
{{@key}}
{{/each}}
{{/if}} {{#if hasitems}}
{{/if}} {{#if noitems}}

Creatures with no items

{{#each noitems}}
{{this}}
{{/each}}
{{/if}}