#IF(#FormError AND #FormErrors.Form.ProductInquiry.ErrorCount)
#LOOP(#FormErrors.Reasons)
#IF (#Reason EQ "SentMessage"
OR #Reason EQ "SentMessageWithCopy")
{InquirySent}#IF(#Reason EQ "SentMessageWithCopy") {InquirySentCopyInfo}#ENDIF
#ELSE
#IF (#Reason EQ "NotAllowed")
{Notification}
{InquiriesNotAllowed}
#ELSIF(#Reason EQ "FORMAT_NOT_EMAILADDRESS")
{Notification}
{FormatNotEMail}
#ELSIF(#Reason EQ "SendMailFailed")
{Notification}
{SEND_MAIL_FAILED}
#ELSE
{PleaseCorrectErrors}
#ENDIF
#ENDIF
#ENDLOOP
#ENDIF
#IF(#MessageSent NEQ 0)
#IF(NOT #Shop.InquiriesHidePhoneNo)
#ENDIF
#IF(#Session.User AND NOT #Session.User.IsAnonymous)
#ENDIF
{PrivacyPolicy}: {PrivacyPolicyInfo}
#ENDIF