Add Team
Team
Name
Action
{#each event.teams as team (team.id)}
{team.kuerzel}
{team.name}
Remove
{/each} {#if event.teams.length === 0}
No teams available
{/if}