Registration for the reception

{{ $t('step1') }}

{{ $t('step2') }}

{{ $t('error.fieldRequired', { field: $t('form.firstName') }) }} {{ $t('error.fieldMinLength', {length: $v.registration.first_name.$params.minLength.min }) }} {{ $t('error.fieldMaxLength', {length: $v.registration.first_name.$params.maxLength.max }) }}
{{ $t('error.fieldRequired', { field: $t('form.lastName') }) }} {{ $t('error.fieldMinLength', {length: $v.registration.last_name.$params.minLength.min }) }} {{ $t('error.fieldMaxLength', {length: $v.registration.last_name.$params.maxLength.max }) }}
{{ $t('error.fieldRequired', { field: $t('form.middleName') }) }} {{ $t('error.fieldMinLength', {length: $v.registration.middle_name.$params.minLength.min }) }} {{ $t('error.fieldMaxLength', {length: $v.registration.middle_name.$params.maxLength.max }) }}
{{ $t('error.fieldRequired', { field: $t('form.birthday') }) }}
{{ $t('error.fieldRequired', { field: $t('form.iin') }) }} {{ $t('error.fieldNumeric', { field: $t('form.iin') }) }} {{ $t('error.fieldMinLength', {length: $v.registration.iin.$params.minLength.min }) }} {{ $t('error.fieldMaxLength', {length: $v.registration.iin.$params.maxLength.max }) }}
{{ $t('error.fieldRequired', { field: $t('form.gender') }) }}
{{ $t('error.fieldRequired', { field: $t('form.photo') }) }}
{{ $t('error.fieldRequired', { field: $t('form.birth_certificate') }) }}
{{ $t('error.fieldRequired', { field: $t('form.class') }) }} {{ $t('error.fieldNumeric', { field: $t('form.class') }) }}
{{ $t('error.fieldRequired', { field: $t('form.edu_lang') }) }}
{{ $t('step3') }}


{{ $t('error.fieldRequired', { field: $t('form.representative') }) }}
{{ $t('form.hintFullName') }} {{ $t('error.fieldRequired', { field: $t('form.fullName') }) }} {{ $t('error.fieldMinLength', {length: $v.registration.full_name.$params.minLength.min }) }} {{ $t('error.fieldMaxLength', {length: $v.registration.full_name.$params.maxLength.max }) }}
{{ $t('error.fieldRequired', { field: $t('form.email') }) }} {{ $t('error.fieldEmail', { field: $t('form.email') }) }} {{ $t('error.fieldMinLength', {length: $v.registration.email.$params.minLength.min }) }} {{ $t('error.fieldMaxLength', {length: $v.registration.email.$params.maxLength.max }) }}
{{ $t('error.fieldRequired', { field: $t('form.phone') }) }} {{ $t('error.fieldMinLength', {length: $v.registration.phone.$params.minLength.min }) }} {{ $t('error.fieldMaxLength', {length: $v.registration.phone.$params.maxLength.max }) }}
{{ $t('form.hintPhone2') }} {{ $t('error.fieldRequired', { field: $t('form.phone2') }) }} {{ $t('error.fieldMinLength', {length: $v.registration.phone2.$params.minLength.min }) }} {{ $t('error.fieldMaxLength', {length: $v.registration.phone2.$params.maxLength.max }) }}
{{ fieldsError.join('\n') }}