Contributed images with MapComplete: leaderboard
{#if $data}
Rank
Contributor
Number of images contributed
{#each $data.leaderboard as contributor}
{contributor.rank}
{#if $loggedInContributor === contributor.name}
{contributor.name}
{:else}
{contributor.name}
{/if}
{contributor.nrOfImages}
total images
{/each}
Statistics generated on {$data.date} {:else}
{/if}
Logged in as {$loggedInContributor}