{$t('flights.liveTitle')}
{#if status === 'loading'}
{:else if status === 'error'}
{error}
{:else if status === 'empty'}

{$t('flights.noneLive')}

{:else} {/if}