{{#with controls}}
{{#if blockVideo.display}}
{{/if}}
{{#if blockAudio.display}}
{{/if}}
{{#if hide.display}}
{{/if}}
{{#if popout.display}}
{{/if}}
{{/with}}
{{#unless hasVideo}}{{/unless}}
{{#unless hasAudio}}{{/unless}}
{{#if (or hidden (not local))}}
{{> "templates/apps/av/controls.hbs" user=this }}
{{/if}}
{{#with nameplates}}
{{#unless hidden}}
{{#if playerName}}
{{ @root.user.name }}
{{/if}}
{{#if charname}}
{{ ifThen @root.charname @root.charname @root.user.name }}
{{/if}}
{{/unless}}
{{/with}}