{{actor.name}}
{{#unless restricted}}
{{/unless}}
{{> (resolvePath "templates/actors/partials/coinage.hbs") owner=@root.owner}} {{> (resolvePath "templates/actors/partials/inventory-header.hbs")}} {{> (resolvePath "templates/actors/partials/inventory.hbs")}} {{> (resolvePath "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}}