{tournament.title} – VBytes LAN

VBytes LAN

{tournament.title}

{#if tournament.tagline}

{tournament.tagline}

{/if}
{#if formattedStart}

Start

{formattedStart}

{/if} {#if tournament.location}

Plats

{tournament.location}

{/if} {#if tournament.contact}

Kontakt

{tournament.contact}

{/if}
{#if tournament.description}

Beskrivning

{tournament.description}

{/if} {#if tournament.sections.length > 0}
{#each tournament.sections as section, index (section.title + index)}

{section.title}

{section.body}

{/each}
{/if}

Anmälan

{#if signupConfig.mode === 'team'}

Lagstorlek: {signupConfig.team_size.min}–{signupConfig.team_size.max} spelare.

{:else}

Individuell anmälan.

{/if}
{#if signupConfig.entry_fields.length > 0}

Lag / deltagare

{#each signupConfig.entry_fields as field} {/each}
{#if signup.showSuccessModal}
{/if} {/if}

Spelare

{#if signupConfig.mode === 'team'} {/if}
{#if signup.participants.length > 0}
{#each signup.participants as participant, index (index)}
{participantDisplayName(index)} {#if signupConfig.mode === 'team' && canRemoveParticipant()} {/if}
{#if signupConfig.participant_fields.length > 0}
{#each signupConfig.participant_fields as field} {/each}
{:else}

Inga spelarspecifika fält krävs.

{/if}
{/each}
{/if}
{#if signup.error}

{signup.error}

{:else if signup.success}

{signup.success}

{:else}

Din anmälan skickas direkt till arrangören.

{/if}