{{ `${formData.name.length} / ${formSchema.name.max}` }}
{{ $t('group.type') }}
{{ `${formData.about.length} / ${formSchema.about.max}` }}
{{ $t('group.description') }}
{{ `${contentLength} / ${formSchema.description.max}` }}
{{ $t('group.actionRadius') }}
{{ formData.categoryIds.length }} / 3
{{ $t('actions.cancel') }}
{{ update ? $t('group.update') : $t('group.save') }}