#IF(#INPUT.Page)
#ENDIF#IF(#INPUT.PageSize)
#ENDIF#IF(#INPUT.OrderBy)
#ENDIF#IF(#INPUT.OrderDesc)
#ENDIF
#IF(#FormError)
{InputError}
{PleaseCorrectErrors}
#LOOP(#FormErrors.Form.AddProduct.Errors)
#IF(#Reason EQ "DOWNLOAD_PRODUCTS_NOT_ASSIGNED")
{CanNotAssignDownloadProducts}:#JOIN(", ",#FROMPLAINLOOP(#ProductAliases))#Element#ENDJOIN
#ELSIF(#Reason EQ "PRODUCT_ALREADY_ASSIGNED")
{ProductAlreadyAssigned}:
#ProductAlias
#ELSIF(#Reason EQ "ERROR_INVALIDPRODUCT")
{InvalidProduct}#ENDIF
#ENDLOOP
#ENDIF
#SNIPPET("INC-BatchActions", "BatchActions", "BatchActions")
#INCLUDE("INC-PagerHeader")