{{!-- Description Tab --}}
{{#each _eras as |era key|}}
{{#if era.isEnabled}}
- {{era.name}}
{{/if}}
{{/each}}
{{editor enrichedDescriptionValue target="system.description.value" engine="prosemirror" button=true owner=owner editable=editable}}
{{!-- Details Tab --}}
{{#each _eras as |era key|}}
{{localize era.name}}
{{/each}}
{{#if showCurrencySymbol}}
{{/if}}
{{#each data.system.monetary.values as |value index|}}
{{/each}}
{{#if oneBlockBackStory}}
{{editor enrichedBackstory target="system.backstory" engine="prosemirror" button=true owner=owner editable=editable}}
{{else}}
{{#each data.system.bioSections as |value index|}}
{{/each}}
{{/if}}
{{#if itemsListEmpty}}
{{localize 'CoC7.EmptyItemList'}}
{{/if}}
{{#each otherItems as |item|}}
-
{{item.name}} ({{item.type}})
{{/each}}
{{#if skillListEmpty}}
{{localize 'CoC7.EmptySkillList'}}
{{/if}}
{{#each skills as |skill|}}
-
{{skill.name}} ({{skill.system.base}}%)
{{/each}}
{{#if isKeeper}}
{{editor enrichedDescriptionKeeper target="system.description.keeper" engine="prosemirror" button=true owner=owner editable=editable}}
{{/if}}