#IF(#LineItemContainer.IsTaxClassRemoved)
{Notification}
{TaxClassRemoved}
#ENDIF
#IF(#FormError)
#IF(#OBJECT_EXISTS)
{InputError}
{ObjectExists}
#ELSIF(#FormErrors.Reason.No_Recipients)
{NoCustomerEmail}
#ELSIF(#FormErrors.Reason.NoShipping)
{InputError}
{NoShipping}
#ELSIF(#FormErrors.Reason.NoPayment)
{InputError}
{NoPayment}
#ELSIF(#FormErrors.Reason.OrderNoExists)
{InputError}
{OrderNoExists}
#ELSIF(#FormErrors.Reason.SEND_MAIL_FAILED OR #FormErrors.Reason.InactiveMailType OR #FormErrors.Reason.MISSING_FROM)
{Notification}
{SEND_MAIL_FAILED}
#ELSIF(#FormErrors.Reason.Invalid_Recipient)
{Notification}
{Invalid_Recipient} (#Recipient)
#ELSIF(#FormErrors.Reason.ShippingMethodChanged)
{InputError}
{ShippingMethodChanged}
#ELSIF(#FormErrors.Reason.PaymentMethodChanged)
{InputError}
{PaymentMethodChanged}
#ELSIF(#FormErrors.Reason.NoShippingMethod)
{InputError}
{NoShipping}
#ELSIF(#FormErrors.Reason.NoPaymentMethod)
{InputError}
{NoPayment}
#ELSIF(#FormErrors.Reason.ProductNoPrice)
{InputError}
{ProductNoPrice}
#ELSIF(#FormErrors.Reason.ProductCanNotAddToBasket)
{InputError}
{ProductCanNotAddToBasket}
#ELSIF(#FormErrors.Reason.ProductCanNotChangedAtBasket)
{InputError}
{ProductCanNotChangedAtBasket}
#ELSIF(#FormErrors.Reason.NotArchivedOrCancelled)
{Notification}
{CanNotDeleteOrder}
#ELSE
{InputError}
{PleaseCorrectErrors}
#ENDIF
#ENDIF
#IF(#No_SMTPConnection)
{Notification}
{SEND_MAIL_FAILED}
#ELSIF(#ORDERCONF_SEND_OK OR #SEND_MAIL_OK)
{EMailSendOk}
#ENDIF
#IF(#EMAIL_MISSING)
{Notification}
{NoCustomerEmail}
#ENDIF
#IF(#NOT_ARCHIVED_OR_CANCELLED)
{Notification}
{CanNotDeleteOrder}
#ENDIF
#IF(#DELETE)
{Warning}
{AcceptAction}
#ENDIF
#IF(#IsFraud)
{Conflict}
{ConflictInfo}
{AmountOfOrder}: #LineItemContainer.GrandTotal[money]
{AmountOfTransaction}: #LineItemContainer.Payment.Amount[money]
#ENDIF
#IF(NOT #OriginalOrder)
{Status}
#IF(#AffiliateShopID)
#ENDIF
#BLOCK("WITH_FORM_ERROR", #FormError)
#ENDBLOCK
#BLOCK("WITH_FORM_ERROR", #FormError)
#ENDBLOCK
#INCLUDE("INC-OrderInformationTable")