{#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}
{/if}
{/if}