{ProductRatingsByCustomers}

#INCLUDE("INC-ListProduct") #SNIPPET("INC-PriceTagInfo", "EnableAsterisk", "1", "1") #IF(#RatingAverage)

#IF(#RatingAverage) {ProductRatingCount}: #COUNT(#VisibleRatings)
{AverageRating}: #RatingAverage[float:1] #ENDIF

#BLOCK("Pager", #VisibleRatings, 10, "CreationDate", 0) #LOOP(#Pager.Items)
#IF(#Rating)
#ENDIF

#Title

#IF(#ShowName AND #Name)

{from} #NameOrAlias {on} #CreationDate[date_tz]

#ELSE

{from} {AnonymousUser} {on} #CreationDate[date_tz]

#ENDIF
#Comment[preline]
#ENDLOOP #IF(#Pager.CountOfPages > 1)
#INCLUDE("Pager")
#ENDIF #ENDBLOCK #ENDIF