custom/plugins/theme/src/Resources/views/storefront/component/review/rating.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/review/rating.html.twig' %}
  2. {% block component_review_rating_output %}
  3.     <div class="product-review-rating-wrapper">
  4.         {{ parent() }}
  5.         <span class="product-review-rating__details">{% if total %}({{total}}) {% endif %}{{points|round(2, "common")}}/5.00</span>
  6.     </div>
  7. {% endblock %}