Organizations | root
{#if pendingInvites.length > 0} notifications {pendingInvites.length} {/if}
{#if pendingInvites.length > 0}
mail

Pending Invitations

{pendingInvites.length}
{#each pendingInvites as invite}
{invite.org.name.charAt(0).toUpperCase()}
{invite.role}

{invite.org.name}

You've been invited to join this organization

{/each}
{/if}

Your Organizations

Select an organization to get started

{#if organizations.length === 0}
groups

No organizations yet

Create your first organization to start collaborating

{:else} {/if}
(showCreateModal = false)} title="Create Organization" >
{#if newOrgName}

URL: /{generateSlug(newOrgName)}

{/if}