{$t('admin.group_management')}
(showCreateForm = !showCreateForm)}> {showCreateForm ? $t('common.cancel') : $t('admin.create_group')}
{#if showCreateForm}
{$t('admin.new_group')}
{$t('common.name')}
{#if $errors.name}
{$errors.name}
{/if}
{$t('common.description')}
{$t('admin.default_group_hint')}
{#if $errors._errors}
{$errors._errors}
{/if}
{$t('admin.create_group')}
{/if}