{{#if (anyPermission currentUser 'clients.allow' 'pairing.allow')}}

Screen Group controls

{{#if (hasPermission currentUser 'clients.allow')}} {{#if screens.length}}
Choose a screen Select a target screen group Commands update automatically for the selected screen group.
{{else}}
No screen groups are available to target yet.
{{/if}} {{/if}} {{#if (hasPermission currentUser 'pairing.allow')}}
New player? Open the pairing page to connect another display.
Pair a player
{{/if}}
{{/if}}

Active connections

{{#if (hasPermission currentUser 'clients.allow')}}{{/if}} {{#if clients.length}} {{#each clients}} {{#if (hasPermission ../currentUser 'clients.allow')}} {{/if}} {{/each}} {{else}} {{/if}}
Client Current Screen Group Current Slide Viewport Connected/UpdatedActions
{{#if client_name}}{{client_name}}{{else}}Unknown{{/if}}
{{#if screen_name}}{{screen_name}}{{else}}Unknown{{/if}}
{{#if currentSlideTitle}}
{{currentSlideTitle}}
{{else}} No slide currently showing {{/if}}
{{#if viewport}} {{viewport.width}}x{{viewport.height}} {{else}} Unknown {{/if}} {{#if connectedAt}}
{{connectedAtLabel}}
{{#if lastSeenAt}}
{{lastSeenAtLabel}}
{{/if}} {{else}} Unknown {{/if}}
No connected clients yet.
{{> table-pagination pagination=pagination basePath="/clients" alwaysShow=true}}
{{#> modal-shell modalId="client-move-screen-modal" modalLabelId="client-move-screen-modal-label" modalDialogClass="modal-dialog-centered modal-dialog-scrollable modal-lg" modalBackdropStatic=true modalKeyboardDisabled=true}}
{{/modal-shell}}