{{actor.name}}
{{#unless restricted}}
{{/unless}}
{{> "systems/pf2e/templates/actors/partials/coinage.hbs" owner=@root.owner}} {{> "systems/pf2e/templates/actors/partials/inventory.hbs"}} {{> "systems/pf2e/templates/actors/partials/total-bulk.hbs"}}
{{#if orphaned}}
    {{#each orphaned as |item|}} {{#if (or item.isIdentified @root.user.isGM)}}
  1. {{item.name}}

    {{#if (and @root.options.editable (not item.temporary))}} {{/if}}
  2. {{/if}} {{/each}}
{{/if}}