{$t('play_page.join_description', { url: window.location.host === 'classquiz.de' ? 'cquiz.de' : `${window.location.host}/play`, pin: game_pin })}

(fullscreen_open = true)} alt="QR code to join the game" src="/api/v1/utils/qr/{game_pin}" class="block mx-auto w-1/2 dark:bg-white shadow-2xl rounded hover:cursor-pointer" /> {#if cqc_code}

{$t('play_page.players_waiting', { count: players.length ?? 0 })}

{$t('play_page.join_by_entering_code')}

{:else}

{$t('play_page.players_waiting', { count: players.length ?? 0 })}

{/if}

{$t('words.pin')}: {game_pin}

{ socket.emit('start_game', ''); }} >{$t('admin_page.start_game')}
{#if players.length > 0} {#each players as player}
{ kick_player(player.username); }}>{player.username}
{/each} {/if}
{#if fullscreen_open}
(fullscreen_open = false)} > QR code to join the game
{/if}