#IF(#NEW_VARIATIONPRODUCT)
#ELSIF(#NEW_BUNDLEPRODUCT)
#ELSIF(#NEW_DOWNLOADPRODUCT)
#ELSE
#ENDIF
#IF(#OBJECT_EXISTS)
{InputError}
{ObjectExists}
#ELSIF(#FormError)
#IF(#COUNT(#FormErrors.Form.Save.Errors))
#LOOP(#FormErrors.Form.Save.Errors)
#IF(#Reason EQ "SHORTURL_ALREADY_EXISTS")
{InputError}
{SHORTURL_ALREADY_EXISTS}
#ELSIF(#Reason EQ "INVALID_CHARACTER")
{InputError}
{SHORTURL_INVALID_CHARACTER}
#ELSIF(#Reason EQ "MissingEcoParticipationCategory")
{InputError}
{MissingEcoParticipationCategory}
#ENDIF
#ENDLOOP
#ELSE
{InputError}
{PleaseCorrectErrors}
#ENDIF
#ENDIF
#IF(#Shop.FeatureCurrentValue.Products NGE #Shop.FeatureMaxValue.Products)
{Notification}
{MaxFeatureValueReached}
{FeatureMaxValue}: #Shop.FeatureMaxValue.Products
#ENDIF
#LOCAL("LoopItems",#Session.User.MBOUI_ProductDetailPage)
#IF(NOT #DEFINED(#LoopItems))#SET("LoopItems", #MBOUI_ProductDetailPage)#ENDIF
#LOOP(#LoopItems)
#BLOCK("WITH_FORM_ERROR", #FormError)
#IF(NOT(#IsDownloadProduct AND #alias EQ "Delivery"))
-
#LOCAL("LocalTabPage","TabPage-".#alias)
#INCLUDE(#LocalTabPage)
#ENDLOCAL
#ENDIF
#ENDBLOCK
#ENDLOOP
#ENDLOCAL