{#if $userStore && $userStore.id === data.id}
You are currently viewing your
public
profile.
Edit your profile
{/if}
{#if data.display_name}
{data.display_name}
@{data.name}
{:else}
@{data.name}
{/if} {#if bio}
{@html bio}
{/if}
{#if data.links.length > 0}
{#each data.links as link}
{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.id}
{/if} {#if data.members.length > 0 || ($userStore && $userStore.id === data.id)}
Members {#if $userStore && $userStore.id === data.id}
= MAX_MEMBERS} on:click={toggleModal}>
Create member
{/if} {#if totalPages > 1}
Previous page
Page {memberPage + 1}/{totalPages}
Next page
{/if}
{#each memberSlice as member}
{/each}
{/if}
{#if newMemberError}
{/if}
Create member
Cancel
@{data.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}