{#if rows.length > 0} {i18n.t("game.report.section.race_exit_warnings.title")} {#each rows as r (r.race)} {i18n.t("game.report.section.race_exit_warnings.notice", { race: r.race, turns: String(r.turnsLeft), })} {/each} {/if}