#IF(#MENU_COUNT("Tabs") > 1)
#LOCAL("Index", #Shop.RemoteProductSearchIndex)
#LOCAL("ShowSettingsTab", 0)
#IF(#DEFINED(#Index) AND #Index.IsUsableAtStorefront)#SET("ShowSettingsTab", 1)#ENDIF
#MENU("Tabs")
#LOCAL("DisplayFeature", #FeaturedActionAvailable(#Shop.Object, #Action.Object))
#IF(#DisplayFeature NE "NotVisible")
#IF(#URLAction NE "MBO-ViewRemoteSearchSettings" OR (#URLAction EQ "MBO-ViewRemoteSearchSettings" AND #ShowSettingsTab))
-
#IF(#DisplayFeature EQ "NotAllowed")
#Action.NameOrAlias#ELSE
#INCLUDE(#Template)#ENDIF
#ENDIF
#ENDIF
#ENDLOCAL
#ENDMENU
#ENDLOCAL
#ENDLOCAL
#ENDIF