#BLOCK("MENU", "Account-Menu")
#IF(NOT (#MenuItemNo % 2))#INCLUDE(#Template)#ENDIF
#ENDBLOCK
#BLOCK("MENU", "Account-Menu")
#IF(#MenuItemNo % 2)#INCLUDE(#Template)#ENDIF
#ENDBLOCK
#LOCAL("DisplayFeatureBasket", #FUNCTION("FeaturedActionAvailable", #Shop.Object, #Action.Object, "Basket"))
#IF(#DisplayFeatureBasket EQ "Allowed" OR #DisplayFeatureBasket EQ "LimitReached")
#LOOP(#Customers)
{FurtherInformation}
#ENDLOOP
#ENDIF#ENDLOCAL