<{if $reviews = $product->getProductReviews()}>
<{$rating = $product->getAvgRating()}>
<{foreach [1,2,3,4,5] as $count}>
<{if $count > $rating}>
<{else}>
<{/if}>
<{/foreach}>
(<{$reviews|count}>)
<{else}>
<{/if}>
<{if $product->getSalePrice()}><{include file="include/price.html" price=$product->getPrice()}><{/if}>
<{include file="include/price.html" price=$product->getRealPrice()}>
<{if $product->hasVariants()}>
<{t}>Vælg variant<{/t}>
<{else}>
<{/if}>