{{ product.name }}

{{ title }} {{ product.name }}

{% if product.average_rating %} {{ product.average_rating|float|stars }} {% trans cnt=product.total_reviews, num=product.total_reviews|numberfmt %} {{ num }} review {% pluralize %} {{ num }} reviews {% endtrans %} {% else %} {{ _('Not yet rated') }} {% endif %}

{% if grouped_ratings and product.total_reviews %} {% endif %}