{{#if deity}}

{{else}}

{{/if}}
{{localize "ITEM.TypeAncestry"}}
{{ancestry.name}}
{{#if @root.options.editable}}
{{#if ancestry}}
{{else}}
{{/if}}
{{/if}}
{{localize "PF2E.Heritage"}}
{{heritage.name}}
{{#if @root.options.editable}}
{{#if heritage}}
{{else}}
{{/if}}
{{/if}}
{{localize "PF2E.Class"}}
{{class.name}}
{{#if @root.options.editable}}
{{#if class}}
{{else}}
{{/if}}
{{/if}}
{{localize "PF2E.Background"}}
{{background.name}}
{{#if @root.options.editable}}
{{#if background}}
{{else}}
{{/if}}
{{/if}}
{{> "systems/pf2e/templates/actors/character/partials/background.html"}}
{{> "systems/pf2e/templates/actors/character/partials/traits.html"}}
{{> "systems/pf2e/templates/actors/character/partials/abilities.html"}}