{tournament.game}
{tournament.title}
{#if tournament.tagline}{tournament.tagline}
{/if} {#if tournament.start_at}{formatDateTime(tournament.start_at) ?? tournament.start_at}
{/if}{registrationSummary(tournament)}
Filtrera turneringar och öppna deras publika sidor.
{tournament.game}
{tournament.tagline}
{/if} {#if tournament.start_at}{formatDateTime(tournament.start_at) ?? tournament.start_at}
{/if}{registrationSummary(tournament)}
Inga turneringar hittades. Skapa en ny via fliken "Skapa ny".
{/if}Fälten används även för att automatiskt bygga anmälningssidan.
Visas för deltagare på /tournament/{createState.form.slug || 'slug'}.
{createState.form.game || 'Spel'}
{createState.form.tagline}
{/if}Start {formatDateTime(new Date(createState.form.start_at).toISOString()) ?? ''}
{/if} {#if createState.form.location.trim()}Plats: {createState.form.location}
{/if} {#if createState.form.description.trim()}{createState.form.description}
{/if} {#if createState.form.sections.length > 0}{section.title}
{section.body}
Kontakt: {createState.form.contact}
{/if} {#if createState.form.signup.entry_fields.length > 0}Anmälningsfält
Spelaruppgifter
Välj en turnering i listan för att uppdatera innehållet.
{#if selectedTournamentInfo()} {@const selected = selectedTournamentInfo()!}{registrationSummary(selected)}
{/if}Visas för deltagare på /tournament/{manageState.form.slug || 'slug'}.
{manageState.form.game || 'Spel'}
{manageState.form.tagline}
{/if}Start {formatDateTime(new Date(manageState.form.start_at).toISOString()) ?? ''}
{/if} {#if manageState.form.location.trim()}Plats: {manageState.form.location}
{/if} {#if manageState.form.description.trim()}{manageState.form.description}
{/if} {#if manageState.form.sections.length > 0}{section.title}
{section.body}
Kontakt: {manageState.form.contact}
{/if} {#if manageState.form.signup.entry_fields.length > 0}Anmälningsfält
Spelaruppgifter