{#if showForm}
Upload Participants
CSV File
Submit
{:else}
Edit participants
{/if} {#if !showForm}
{#if loading}
Loading...
{:else if participants.length === 0}
No participants yet...
{:else}
{#each participants as p, i}
{p.name} {p.surname}
{p.email}
{/each}
{/if}
{/if}