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