{$t('dashboard.welcome_back')}, {user?.first_name}!

{$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}

{$t('dashboard.no_recent_adventures')}

{$t('dashboard.add_some')}

{$t('map.add_adventure')}
{/if}
Dashboard | AdventureLog