{{#if hasActor}}
{{/if}} {{#if (or setActor hasActor canPin)}}
{{#if setActor}} {{/if}} {{#if hasActor}} {{!-- stats on hover --}} {{/if}} {{#if canPin}} {{#if isGM}} {{/if}} {{/if}}
{{/if}}
{{!-- lock button --}} {{!-- mute button --}} {{!-- clear button --}}
{{#if hasActor}}
{{#if avatar}}
{{#if avatar.isVideo}} {{else}} {{/if}}
{{else}}
{{/if}}
{{#if hasActor}}
{{> (@root.partial 'slider') shortcutsTab}}
{{#if isCharacter}} {{else}} {{/if}} {{/if}}
{{else}}
{{#each actors as |actor|}}
{{actor.ac}}
{{#if actor.hero }} {{#if (eq actor.hero.slug 'mythic-points')}} {{else}} {{/if}}
{{actor.hero.value}}
{{/if}}
{{#if speed}}
{{speed.total}}
{{/if}}
{{#each actor.statistics as |statistic|}}
{{statistic.value}}
{{/each}}
{{#if actor.hp}}
{{#if actor.hp.sp}}
{{else}}
{{/if}}
{{actor.hp.value}}
{{#if actor.hp.sp}}
{{actor.hp.sp.value}}
{{/if}}
{{/if}} {{#if actor.favorite}} {{/if}}
{{/each}}
{{#if party}} {{/if}} {{#if gmScreen}} {{/if}} {{#if journal}} {{else}} {{/if}} {{#if isGM}} {{#if identify}} {{/if}} {{/if}}
{{/if}}