#BLOCK("WITH_FORM_ERROR",#FormError)
#IF(#FormError)

{InputError}

#IF(#FormErrors.Reason.PWD_NOT_SAME)

{PasswordNotSame}

#ELSIF(#FormErrors.Reason.WRONG_OLD_PWD)

{WrongOldPassword}

#ELSIF(#FormErrors.Reason.PASSWORD_WRONG)

{WrongPassword}

#ENDIF

{PleaseCorrectErrors}

#ENDIF #IF(#TESTED) #IF(#ERR_CONNECT)

{TestResult}

{WebServiceConnectionFailed}
#ERR_CONNECT

#ELSE

{TestResult}

{WebServiceConnectionSuccess}

#ENDIF #ENDIF
{WebServiceProxy}
{User}
{Password}
{NewPassword}
{PasswordConf}
#ENDBLOCK