<% if(showRating) { %>
<% if(!numRatings) { %>
(<%- l('no.reviews.yet') %>)
<% } else { %>
<%- numRatings %>
<% if(numRatings > 1) { %>
<%- l('reviews.lowercase') %>
<% } else {%>
<%- l('review') %>
<% }%>
<% } %>
<% }%>
<% if(productRibbon && showRibbonText) { %>