{$t('play_page.end_sentence')}

{$t('play_page.1st_place')}: {winners_arr[0]} with {winners[winners_arr[0]]} out of {quiz_data.questions.length}

{#if winners_arr.length >= 2}

{$t('play_page.2nd_place')}: {winners_arr[1]} with {winners[winners_arr[1]]} out of {quiz_data.questions.length}

{/if} {#if winners_arr.length >= 3}

{$t('play_page.3rd place')}: {winners_arr[2]} {$t('play_page.with_out_of', { correct_questions: winners[winners_arr[2]], total_question_count: quiz_data.questions.length })}

{/if}