{# Large stars with "X Reviews" underneath. Used on detail page and reviews page. #} {% set numReviews = numberfmt(response.meta.total_count) %} {% if response.meta.total_count %}
{{ stars(response.info.average, detailpage=true) }}

{{ _plural('1 Review', '{numReviews} Reviews', numReviews=numReviews, n=response.meta.total_count) }}

{% endif %}