{{#if (and (isGM) (isUsingStoryList))}}
{{/if}}
{{token.name}}
{{#if token.isOwner}}
{{/if}}
{{#each actor.my_statuses as |status|}}
{{> "systems/city-of-mist/templates/parts/tag-or-status.hbs" item=status sheetowner=null locked=false}}
{{/each}}
{{#each actor.my_story_tags as |tag|}}
{{> "systems/city-of-mist/templates/parts/tag-or-status.hbs" item=tag sheetowner=null locked=false}}
{{/each}}