Allgemeine Statistiken

{#await stats_promise} {:then stats}
{$_('runners')}
{stats.total_runners}
{$_('total-scans')}
{stats.total_scans}
{$_('total-donations')}
{stats.total_donation} €
{$_('total-distance')}
{stats.total_distance / 1000} km
{:catch error}
{$_('general_promise_error')} {error}
{/await}