#IF(NOT #FormError)
#IF(#Pager.CountOfPages > 1)
#INCLUDE("Pager")
#ENDIF
#IF(#COUNT(#Pager.Items))
#LOOP(#Pager.Items)#INCLUDE("INC-SearchItem")#ENDLOOP
#INCLUDE("Pager")
#IF(#DISPLAYPRICETAGINFOGROSS(#Object, #Shop.TaxModel, #Session.User.Object))
#IF(#Shop.PriceTagInfoMultiProductGross)
* #Shop.PriceTagInfoMultiProductGross[0]
#ENDIF
#ELSIF(#Shop.PriceTagInfoMultiProductNet)
* #Shop.PriceTagInfoMultiProductNet[0]
#ENDIF
#ELSE
{Notification}
{NoSearchResults}
#ENDIF
#ENDIF