{{!-- Item Sheet Navigation --}} {{!-- Item Sheet Body --}}
{{!-- Description Tab --}}
    {{#each _eras as |era key|}} {{#if era.isEnabled}}
  1. {{era.name}}
  2. {{/if}} {{/each}}
{{editor enrichedDescriptionValue target="system.description.value" engine="prosemirror" button=true owner=owner editable=editable}}
{{!-- Details Tab --}}

{{localize 'CoC7.Eras'}}

{{#each _eras as |era key|}} {{localize era.name}} {{/each}}

{{localize 'CoC7.MonetaryTitle'}}

{{#if showCurrencySymbol}}
{{/if}} {{#each data.system.monetary.values as |value index|}}
{{/each}}
{{#if oneBlockBackStory}}

{{localize 'CoC7.Background'}}

{{editor enrichedBackstory target="system.backstory" engine="prosemirror" button=true owner=owner editable=editable}}
{{else}}

{{localize 'CoC7.BioSections'}}

{{#each data.system.bioSections as |value index|}}
{{/each}} {{/if}}

{{localize 'CoC7.Items'}}

{{#if itemsListEmpty}}

{{localize 'CoC7.EmptyItemList'}}

{{/if}}
    {{#each otherItems as |item|}}
  1. {{item.name}} ({{item.type}})

  2. {{/each}}

{{localize 'CoC7.CommonSkills'}}

{{#if skillListEmpty}}

{{localize 'CoC7.EmptySkillList'}}

{{/if}}
    {{#each skills as |skill|}}
  1. {{skill.name}} ({{skill.system.base}}%)

  2. {{/each}}

{{localize 'CoC7.Characteristics'}}

 

{{localize 'CoC7.Characteristics'}}

{{#if isKeeper}}
{{editor enrichedDescriptionKeeper target="system.description.keeper" engine="prosemirror" button=true owner=owner editable=editable}}
{{/if}}