#IF(#FormError)
{InputError}
#IF(#FormErrors.Reason.CanNotDeleteDefault)
{CanNotDeleteDefault}
#ELSIF(#FormErrors.Reason.SETTINGS_INCOMPLETE)
{PaymentSettingsIncomplete}
#ELSE
{PleaseCorrectErrors}
#ENDIF
#ENDIF
#IF(#NoSecondInstanceAllowed)
{Notification}
{NoSecondInstanceAllowed}
#ENDIF
#IF(#DELETE)
{AcceptAction}
#LOOP(#DeleteObjects)
#ENDLOOP
#ENDIF
#IF(NOT #DELETE)
#IF(#MaxFeatureValuePaymentMethodsReached)
{Notification}
{UnityFeatureMaxValueReached}
{FeatureMaxValuePaymentMethods} #Shop.FeatureMaxValue.PaymentMethods
#INCLUDE("FeaturePromotion")
#ENDIF
#SNIPPET("INC-BatchActions", "BatchActions", "BatchActions")
#ENDIF
#IF(#DELETE)
#ELSE
#ENDIF
#ENDBLOCK