{#if user.profile_pic}
{:else}
{letter}
{/if}
{$t('navbar.greeting')}, {user.first_name ? `${user.first_name} ${user.last_name}` : user.username}
goto(`/profile/${user.username}`)}>{$t('navbar.profile')}
goto('/adventures')}>{$t('navbar.my_adventures')}
goto('/shared')}>{$t('navbar.shared_with_me')}
{#if user.is_staff}
goto('/admin')}>{$t('navbar.admin_panel')}
{/if}
goto('/settings')}>{$t('navbar.settings')}
{$t('navbar.logout')}