#LOCAL("ProductDownloadsFeature", #FUNCTION("FeaturedActionAvailable", #Shop.Object, #UNDEF, "ProductDownloads"))
#IF(#ProductDownloadsFeature EQ "Allowed")
{DownloadProducts}
#ELSIF(#ProductDownloadsFeature NE "NotVisible")
{DownloadProducts}
#ENDIF
#ENDLOCAL