{#if $profile?.picture} {:else} {/if}
{#each Array.from($membership?.ids || []) as groupId (groupId)} {#await getGroup(groupId)} {:then group}
{group?.name}
{/await} {/each}