{{!-- Biography Tab --}}
{{editor content=data.biography target="data.biography" button=true owner=owner editable=editable}}
{{!-- Owned Items Tab --}}
{{#each actor.items as |item id|}}
-
{{item.name}}
{{#each item.data.attributes as |itemAttr key|}}
{{#if (eq itemAttr.dtype "Formula")}}
{{/if}}
{{/each}}
{{/each}}
{{!-- Attributes Tab --}}