{#if trackscache.length > 0}
{/if} {#await tracks_promise}
{$_('track-data-is-being-loaded')}
{$_('this-might-take-a-moment')}
{:then} {#if trackscache.length === 0}
{/if} {:catch error}
{$_('general_promise_error')}
{error}
{/await}