F11 - Season Data Teams Drivers Races Substitutions {#if current_tab === 0}
{:else if current_tab === 1}
{#await data.drivers then drivers}
{/await} {:else if current_tab === 2}
{#await data.races then races}
{/await} {:else if current_tab === 3}
{#await data.substitutions then substitutions}
{/await} {/if}