{{#*inline "controlBar"}} {{/inline}} {{#*inline "cameraBox"}}
{{!-- Left Control Bar --}} {{!-- Bottom Control Bar --}} {{#if (or @root.hidden (not local))}} {{> controlBar}} {{/if}} {{!-- Right Notification Bar --}}

{{#if @root.nameplates.playerName}} {{this.user.name}} {{/if}} {{#if @root.nameplates.charname}} {{#if this.charname}}{{this.charname}}{{else}}{{this.user.name}}{{/if}} {{/if}}

{{/inline}}
{{#each users}} {{#if this.settings.popout}}
{{> cameraBox isGM=../self.isGM muteAll=../muteAll}}
{{else}} {{> cameraBox isGM=../self.isGM muteAll=../muteAll dockClass=../dockClass}} {{/if}} {{/each}}
{{> controlBar local=true}}