{#if session.status === "authenticated"} {#if appScreen.screen === "lobby-create"} {:else if appScreen.screen === "profile"} {:else if appScreen.screen === "game" && appScreen.gameId !== null} {:else if appScreen.screen === "games-active-past"} {:else if appScreen.screen === "games-recruitment"} {:else if appScreen.screen === "games-invitations"} {:else if appScreen.screen === "games-private-games"} {:else if appScreen.screen === "synthetic-reports"} {:else} {/if} {:else} {/if}