#WITH(#LineItemContainer.Payment) #WITH_ERROR(#FormError) #LOCAL("BillingCountry", #BillingAddress.CountryID) #LOCAL("ShopCountry", #Shop.Address.CountryID)
{BankAccountHolder} {MandatoryStar}
#IF(NOT #DEFINED(#BillingCountry) OR NOT #DEFINED(#ShopCountry)){BankAccountNo} (IBAN) #ELSIF(#BillingCountry EQ #ShopCountry){BankAccountNo} #ELSE IBAN #ENDIF {MandatoryStar}
#IF(NOT #DEFINED(#BillingCountry) OR NOT #DEFINED(#ShopCountry)){BankCode} (SWIFT) #ELSIF(#BillingCountry EQ #ShopCountry){BankCode} #ELSE SWIFT #ENDIF {MandatoryStar}
{BankName} {MandatoryStar}
{MandatoryFields}
#ENDLOCAL #ENDLOCAL #ENDWITH_ERROR #IF(#IsHirePurchaseAllowed AND #HirePurchaseNoOfMonths)

{HirePurchase}

{SumHirePurchase}
{NumberOfMonths} #HirePurchaseNoOfMonths {Months}
{InstallmentAmount} #HirePurchaseInstallmentAmount[money]
{InterestRateValue} #HirePurchaseInterestRateValue[float]%
{EffectiveInterestRateValue} #HirePurchaseEffectiveInterestRateValue[float]%
{GrandTotal} #HirePurchaseGrandTotal[money]
#ENDIF #ENDWITH