#MENU("BasketAddressMessages") #INCLUDE(#Template) #ENDMENU #INCLUDE("AddressLoginForm") #IF(#Session.User.IsAnonymous OR NOT #COUNT(#Session.User.Addresses)) #INCLUDE("AddressForm") #ELSE #INCLUDE("AddressSelect") #ENDIF