#LOCAL("PagerSetting", #PAGER_SETTING(#Shop.Object,"SF_ProductsTwoColumns"))
#IF(#Pager.CountOfItems > 0)
#INCLUDE("INC-ChangeListOrder")
#IF(#Pager.CountOfPages > 1)
#INCLUDE("Pager")
#ENDIF
#LOOP(#Pager.Items)
#INCLUDE("INC-ListProductTwoColumns")
#ENDLOOP
#IF(#Shop.PriceTagInfoMultiProductGross OR #Shop.PriceTagInfoMultiProductNet)
* #IF(#DISPLAYPRICETAGINFOGROSS(#Object, #Shop.TaxModel, #Session.User.Object))
#Shop.PriceTagInfoMultiProductGross[0]
#ELSE
#Shop.PriceTagInfoMultiProductNet[0]
#ENDIF
#ENDIF
#INCLUDE("Pager")
#IF(#Pager.CountOfItems > 1)
#ENDIF
#ENDIF
#ENDLOCAL