Tournaments

{#if authError}
error

{authError}

{/if}
{#if isLoggedIn} {/if}
{#if loading}

Loading tournaments...

{:else if error}
error_outline

Failed to load tournaments. Please try again later.

{:else if tournaments.length === 0}
event_busy

No tournaments found.

{#if isLoggedIn} {/if}
{:else} {/if}
{#if showCreateTournamentModal} {/if}