{{!-- Description Tab --}}
{{#each itemProperties}}
- {{this}}
{{/each}}
{{editor enrichedDescriptionValue target="system.description.value" engine="prosemirror" button=true owner=owner editable=editable}}
{{!-- Details Tab --}}
{{!-- Skills Tab --}}
{{#if skillListEmpty}}
{{ localize "CoC7.EmptySkillList" }}
{{/if}}
{{#each data.system.skills as |skill|}}
-
{{skill.name}} ({{skill.system.base}}%)
{{#unless ../hasOwner}}
{{/unless}}
{{/each}}
{{#if isKeeper}}
{{editor enrichedDescriptionKeeper target="system.description.keeper" engine="prosemirror" button=true owner=owner editable=editable}}
{{/if}}