{{#if (or document.isOwner biography.visibility.appearance)}}
{{localize "PF2E.BiographyAppearance"}} {{#if editable}} {{/if}}
{{editor enrichedContent.appearance target="system.details.biography.appearance" button=true owner=owner editable=editable}}
{{/if}} {{#if (or document.isOwner biography.visibility.backstory)}}
{{localize "PF2E.BiographyBackStory"}} {{#if editable}} {{/if}}
{{editor enrichedContent.backstory target="system.details.biography.backstory" button=true owner=owner editable=editable}}
{{/if}} {{#if (or document.isOwner biography.visibility.personality)}}
{{localize "PF2E.BiographyPersonalityHeader"}} {{#if editable}} {{/if}}
    {{~#each biography.edicts as |line index|~}}
  1. {{/each}}
    {{~#each biography.anathema as |line index|~}}
  1. {{/each}}
{{/if}} {{#if (or document.isOwner biography.visibility.campaign)}}
{{localize "PF2E.BiographyCampaignNotesHeader"}} {{#if editable}} {{/if}}

{{localize "PF2E.BiographyCampaignNotes"}}

{{editor enrichedContent.campaignNotes target="system.details.biography.campaignNotes" button=true owner=owner editable=editable}}

{{localize "PF2E.BiographyAllies"}}

{{editor enrichedContent.allies target="system.details.biography.allies" button=true owner=owner editable=editable}}

{{localize "PF2E.BiographyEnemies"}}

{{editor enrichedContent.enemies target="system.details.biography.enemies" button=true owner=owner editable=editable}}

{{localize "PF2E.BiographyOrganizations"}}

{{editor enrichedContent.organizations target="system.details.biography.organizations" button=true owner=owner editable=editable}}
{{/if}}