Umbrella – {t('companies')}
{t('companies')} {#if error} {error} {/if} {#if companies} {#each Object.entries(companies) as [cid, company]} showDetail(cid)}> {#if selected==cid} {/if} {/each}
{t('name')} {t('email')} {t('members')} {t('actions')}
{company.name} {company.email}
    {#each Object.entries(company.members) as [uid,member]}
  • {member.name}
  • {/each}
{/if}