#INCLUDE("SNIPPET-ProductSchemaData")

{ProductRatingsByCustomers}

#INCLUDE("INC-ListProduct") #SNIPPET("INC-PriceTagInfo", "EnableAsterisk", "1", "1") #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} {on} #CreationDate[date_tz]

#ELSE

{from} {on} #CreationDate[date_tz]

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