{{ `${formData.name.length} / ${formSchema.name.min}–${formSchema.name.max}` }}
{{ $t('group.type') }}
{{ `${formData.groupType === '' ? 0 : 1} / 1` }}
{{ $t('group.description') }}
{{ `${descriptionLength} / ${formSchema.description.min}` }}
{{ $t('group.actionRadius') }}
{{ `${formData.actionRadius === '' ? 0 : 1} / 1` }}
{{ $t('group.categoriesTitle') }}
{{ formData.categoryIds.length }} / 3
{{ $t('actions.cancel') }}
{{ update ? $t('group.update') : $t('group.save') }}