{#if user.profile_pic} {user.username} {:else}
{user.first_name?.[0] || user.username?.[0]}{user.last_name?.[0] || user.username?.[1]}
{/if}

{user.first_name} {user.last_name}

@{user.username}

{#if user.is_staff}
{$t('settings.admin')}
{/if}
{user.date_joined ? `${$t('adventures.joined')} ` + new Date(user.date_joined).toLocaleDateString() : ''}
{#if !sharing} {:else if shared_with && !shared_with.includes(user.uuid)} {:else} {/if}