{$t('dashboard.countries_visited')}
{stats.country_count}
{$t('dashboard.total_adventures')}
{stats.adventure_count}
{$t('dashboard.total_visited_regions')}
{stats.visited_region_count}
{#if recentAdventures.length > 0}
{$t('dashboard.recent_adventures')}
{#each recentAdventures as adventure}
{/each}
{/if}
{#if recentAdventures.length === 0}
{/if}