{# 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 %}
{{ _plural('1 Review', '{numReviews} Reviews', numReviews=numReviews, n=response.meta.total_count) }}