#IF(#INPUT.Page)
#ENDIF#IF(#INPUT.PageSize)
#ENDIF#IF(#INPUT.OrderBy)
#ENDIF#IF(#INPUT.OrderDesc)
#ENDIF#IF(#INPUT.SearchString)
#ENDIF#IF(#INPUT.Alias)
#ENDIF
#LOCAL("SpecificError",0)
#IF(#FormError)
#IF(#FormErrors.Reason.ProductOfferExists OR #FormErrors.Reason.DownloadProductsNotSupported OR #FormErrors.Reason.ERROR_INVALIDPRODUCT)
#SET("SpecificError",1)
{CannotAddProducts}
#IF(#FormErrors.Reason.ProductOfferExists)
#LOOP(#FormErrors.Reason.ProductOfferExists.Errors)
{ProductOfferExists}: #Product.NameOrAlias
#ENDLOOP
#ENDIF
#IF(#FormErrors.Reason.DownloadProductsNotSupported)
#LOOP(#FormErrors.Reason.DownloadProductsNotSupported.Errors)
{CanNotAssignDownloadProduct}:#Product.NameOrAlias
#ENDLOOP
#ENDIF
#IF(#FormErrors.Reason.ERROR_INVALIDPRODUCT)
{InvalidProduct}
#ENDIF
#ENDIF
#IF(#FormError AND NOT #SpecificError)
{InputError}
{PleaseCorrectErrors}
#ENDIF
#ENDIF
#ENDLOCAL
#IF(NOT (#IsSettingsComplete))
#ENDIF
#INCLUDE("INC-FeedSummary")
#LOCAL("AllowNewEntry",1)
#IF(NOT #DELETEALL)
#INCLUDE("INC-PagerHeader")
#ENDIF
#INCLUDE("INC-AmazonOfferTable")
#ENDLOCAL
#IF((NOT #DELETEALL) AND (NOT #DELETE))
#IF(#IsSettingsComplete)
#INCLUDE("BatchActions")
#ELSE
#INCLUDE("BatchActions")
#ENDIF
#ENDIF
#IF(#DELETEALL)