#LOCAL("ActiveCurrencyGroup","")
#SET("ActiveCurrencyGroup", "PRICE_" . #GET("INPUT.Currency"))
#REM default behavior: ASN horizontal #ENDREM
#IF(#Shop.FactFinder_IsInitialized AND NOT #Shop.DefaultStyle.UsedElements.FactFinderASN AND NOT #SearchEmpty)
#INCLUDE("FactFinderASNHorizontal")
#ENDIF
#IF(#DEFINED(#PushedProducts))
#IF(#DEFINED(#FactFinderFeedback_PushedProductsTop))
#FactFinderFeedback_PushedProductsTop
#ENDIF
#LOCAL("VisibleProducts", #PushedProducts)#INCLUDE("Content-PushedProducts")#ENDLOCAL
#IF(#DEFINED(#FactFinderFeedback_PushedProductsBottom))
#FactFinderFeedback_PushedProductsBottom
#ENDIF
#ENDIF
#IF(#SearchEmpty)
{SearchResults}
{Notification}
{NoSearchQuery}
#ELSIF (#SearchFailed)
#ELSIF (NOT #COUNT(#Pager.Items))
{Notification}
{NoSearchResults}
#ELSE
#IF(#DEFINED(#FactFinderFeedback_SearchResultsTop))
#FactFinderFeedback_SearchResultsTop
#ENDIF
#IF(#DEFINED(#Pager.CountOfPages) AND #Pager.CountOfPages > 1)
#INCLUDE("Pager")
#ELSE
#ENDIF
#LOOP(#Pager.Items)
#IF(#IsVisible)
#INCLUDE("INC-ListProduct")
#ELSE
#INCLUDE("INC-ListProduct-Invisible")
#ENDIF
#ENDLOOP
#IF(#DEFINED(#FactFinderFeedback_SearchResultsBottom))
#FactFinderFeedback_SearchResultsBottom
#ENDIF
#ENDIF
#ENDLOCAL