{#if $userStore && $userStore.id === data.user.id} You are currently viewing the public profile of {data.display_name ?? data.name}.
Edit profile
{/if}

{data.display_name ?? data.name}

{data.name} (@{data.user.name})

{#if profileEmpty && $userStore?.id === data.user.id}

This member's profile is empty! You can customize it by going to the edit member page. (only you can see this)

{:else if bio}

{@html bio}

{/if}
{#if data.links.length > 0}
    {#each data.links as link} {/each}
{/if}
{#if data.names.length > 0}

Names

    {#each data.names as name}
  • {name.value}
  • {/each}
{/if} {#if data.pronouns.length > 0}

Pronouns

    {#each data.pronouns as pronouns}
  • {/each}
{/if} {#each data.fields as field}
{/each}
{#if $userStore && $userStore.id !== data.user.id}
{/if}
{data.display_name ?? data.name} - @{data.user.name} - pronouns.cc {#if data.avatar} {/if} {#if favNames.length !== 0 && favPronouns.length !== 0} {:else if favNames.length !== 0} {:else if favPronouns.length !== 0} {:else if data.bio && data.bio !== ""} {:else} {/if}