#BLOCK("WITH_FORM_ERROR", #FormError)
#IF(#FormError)
#IF(#FormErrors.Reason.LOGIN_EXISTS)

{LOGIN_EXISTS}

{LoginOrSetNewPassword}

{LoginWithPassword}
{LostPassWD}

#ELSE

{InputError}

#IF(#FormErrors.Reason.NO_USER_NAME)

{NO_USER_NAME}

#ENDIF #IF(#FormErrors.Reason.NO_USER_PWD)

{NO_USER_PWD}

#ENDIF #IF(#FormErrors.Reason.PWD_NOT_SAME)

{PWD_NOT_SAME}

#ENDIF #IF(#FormErrors.Reason.STRING_TOO_SHORT)

{PasswordLength}

#ENDIF #IF(#FormErrors.Reason.PASSWORD_WRONG)

{WrongPassword}

#ENDIF #IF(#FormErrors.Reason.PASSWORD_INSECURE)

{InsecurePassword}

#ENDIF #IF(#FormErrors.Reason.PASSWORD_REUSED)

{ReusedPassword}

#ENDIF #IF(#FormErrors.Reason.VATIDIsNotFromSameCountry)

{VATIDIsNotFromSameCountry}

#ENDIF #IF(#FormErrors.Reason.VATIDIsNotValid)

{VATIDIsNotValid}

#ENDIF #IF(#FormErrors.Reason.FORMAT_NOT_INTEGER OR #FormErrors.Reason.FORMAT_NOT_FLOAT)

{WRONG_NUMBER_FORMAT}

#ENDIF #IF(#FormError_AcceptPrivacyPolicy)

{ErrorAcceptPrivacyPolicy}

#ENDIF #IF(#FormErrors.Reason.ZIPCODE_NOT_VALID)

{ZipcodeNotValid}

#ENDIF #IF(#FormErrors.Reason.PasswordWithSpaces)

{PasswordWithSpaces}

#ENDIF #IF(#FormErrors.Reason.INPUT_FIELD_FIELD_TOO_LONG)

{StringTooLong}

#ENDIF #IF(#FormErrors.Reason.RECAPTCHA_WRONG)

{CaptchaFailure}

#ENDIF

{PleaseCorrectErrors}

#ENDIF
#ENDIF

{PersonalData}

#SNIPPET("SNIPPET-Address","Fields","Company VATID Salutation FirstName LastName Street Street2 Zipcode City CountryID State Birthday FiscalCode Phone PhoneCell")
#IF(#Shop.AcceptPrivacyPolicy)
#ENDIF

{LoginData}

#SNIPPET("SNIPPET-Address", "Fields", "Mandatory Register") #SNIPPET("INC-GoogleReCaptcha")
{UnityRegisterAsCustomer}

#ENDBLOCK