{#if loaded}
{$i18n.t('Groups')}
{groups.length}
{ showCreateGroupModal = !showCreateGroupModal; }} >
{#if filteredGroups.length === 0}
{$i18n.t('Organize your users')}
{$i18n.t('Use groups to group your users and assign permissions.')}
{ showCreateGroupModal = true; }} > {$i18n.t('Create Group')}
{:else}
Group
Users
{#each filteredGroups as group}
{/each}
{/if}
{ showDefaultPermissionsModal = true; }} >
{$i18n.t('Default permissions')}
{$i18n.t('applies to all users with the "user" role')}
{/if}