{#if isLoading}
Loading...
{:else if filteredLeaderboard.length > 0}
{#each filteredLeaderboard as entry, index} {/each}
{:else}
Loading...
{/if}