ClassQuiz - Dashboard
{#await getData()} {:then quizzes}
{$t('words.create')} {$t('words.import')} {$t('words.results')} {$t('words.settings')}
{#if quizzes.length !== 0}
{#each quizzes_to_show as quiz}

{@html quiz.title}

{@html quiz.description}

{$t('words.edit')} { start_game = quiz.id; }} > {$t('words.start')} { // deleteQuiz(quiz.id); }} flex={true} >
{/each}
{:else}

{$t('overview_page.no_quizzes')}

{/if}
{:catch err}

{err}

{/await}