#IF(#IsTest) #WITH(#Shop.Address)

{BillingAddress}

#FUNCTION("LocaleInclude", "Address", #Country.Code2)
#LOCAL("_URL",1)#INCLUDE("CustomerInfo")#ENDLOCAL
#ENDWITH #ELSIF(#BillingAddress) #WITH(#BillingAddress)

{BillingAddress}

#FUNCTION("LocaleInclude", "Address", #Country.Code2)
#LOCAL("_URL",1)#INCLUDE("CustomerInfo")#ENDLOCAL
#ENDWITH #ENDIF #IF(#ShippingAddress) #WITH(#ShippingAddress)

{ShippingAddress}

#FUNCTION("LocaleInclude", "Address", #Country.Code2)
#LOCAL("_URL",1)#INCLUDE("CustomerInfo")#ENDLOCAL
#ENDWITH #ENDIF
#MENU("CustomerOrderInformation") #INCLUDE(#Template) #ENDMENU
{YourOrder}