#IF(#FormError)
{InputError}
#IF(#FormErrors.Reason.CanNotDeleteDefault)
{CanNotDeleteDefault}
#ELSIF(#FormErrors.Reason.SETTINGS_INCOMPLETE)
{ShippingSettingsIncomplete}
#ENDIF
#ENDIF
#IF(#DELETE)
{AcceptAction}
#LOOP(#DeleteObjects)
#ENDLOOP
#ELSIF(#OVERWRITE)
{Warning}
{AcceptOverwriteAction1}
{AcceptOverwriteAction2}
#ELSIF(#COUNT(#ShippingMethods) >= #Shop.FeatureMaxValue.ShippingMethods)
{Notification}
{FeatureMaxValueReached}
{FeatureMaxValueShippingMethods} #Shop.FeatureMaxValue.ShippingMethods
#INCLUDE("FeaturePromotion")
#ENDIF
#IF(#INVISIBLE_DEFAULT)
{DeactivateDefault}
#ENDIF
#IF(NOT #DELETE)
#SNIPPET("INC-BatchActions", "BatchActions", "BatchActions")
#ENDIF
#IF(#DELETE)
#ELSIF(#OVERWRITE)
#ELSE
#ENDIF
#ENDBLOCK