{#each Object.values(RecipientType) as type} {#if recipients(type).length > 0}
{$store.strings[type]}: {#each recipients(type) as user, i (user.id)} {#if i > 0}, {/if} {/each}
{/if} {/each}