{#if room.spectating}

At the table

{#if seatFree}

{hostName} is gathering players. Sit down above, or watch from the gallery until the game begins.

{:else}

The table is full. You watch from the Peanut Gallery; the game begins when {hostName} says.

{/if} {:else}

room {v.roomId}

The table is laid

Send this link, or the code. Whoever opens it takes a seat. Anyone who arrives once the game has begun watches from the Peanut Gallery.

{/if} {#if !room.spectating}
{#if seatFree} {/if} {#if room.isHost} {v.seats.length < 2 ? 'once a second player is seated' : `with ${v.seats.length} players`} {:else} {hostName} will begin when the table is ready. {/if}
{/if} {#if room.error}

{room.error}

{/if}