#IF(#System.UnityMBOGuidedTourEnabled)
#LOCAL("ActiveTour", #UnityGetAllActiveToursForShopType(""))
#IF(#DEFINED(#ActiveTour))
#LOOP(#ActiveTour)
#IF (NOT(#Alias EQ "GuidedTourGeneral" AND #Shop.FeatureMaxValue.eCMS) AND NOT(#Alias EQ "GuidedTourLegal" AND #Shop.FeatureMaxValue.eCMS))
- #NameOrAlias
#ENDIF
#ENDLOOP
#ENDIF
#ENDLOCAL
#ENDIF