#LOCAL("ShopBasket", #GET("Session.User.Child.Baskets.Child." . #Shop.ID))
#IF(#KLARNA_ISACTIVATED( #Shop.ID ) AND #ShopBasket.IsDeclinedKlarnaAddress)
{KlarnaPaymentNotPossible}
#IF(#ShopBasket.IsDeclinedKlarnaAddress == 1)
{DeclinedForShippingAddress}
#ELSIF (#ShopBasket.IsDeclinedKlarnaAddress == 2)
{DeclinedForCompany}
#ENDIF
#ENDIF
#ENDLOCAL