search(true)} >
{#if ($store.draftGroups ?? []).length > 0}
{/if}
{#if error}
{error}
{:else}
{$store.strings.allusers}
{#each Object.values(RecipientType) as type} {@const all = users.every( (user) => recipients.get(user.id)?.type == type, )} {/each}
{#each users as user (user.id)} {@const recipientType = recipients.get(user.id)?.type}
{user.fullname}
{#each Object.values(RecipientType) as type} {/each}
{/each} {/if}