{#if !isPublic}Edit member{/if}
{#if !isPublic && isDash}View groups{/if}
View page
{:else if view === "groups"}
{#if groupList.length > 0}
Groups
{#each groupList as group, index (group.id)}
{@html toHTML(group.name)} ({group.id})
{/each}
{:else}
This member is in no groups.
{/if}
Edit memberBack to infoView page
{:else if view === "edit"}