{{#if hasLootable}}
{{else}}
You currently do not have lootables enabled in the settings.
{{/if}}
{{#if (and currency (not convertEntity))}}
{{#each currency}}
{{@key}}
{{/each}}
{{/if}}
{{#each entries}}
{{#if this.items}}
-
{{this.name}}
{{#if (gt this.quantity 1)}}
×{{this.quantity}}
{{/if}}
{{/if}}
{{/each}}
{{#if noitems}}
-
Creatures with no items:
{{noitems}}
{{/if}}