{% sw_extends '@Storefront/storefront/component/review/rating.html.twig' %}{% block component_review_rating_output %} <div class="product-review-rating-wrapper"> {{ parent() }} <span class="product-review-rating__details">{% if total %}({{total}}) {% endif %}{{points|round(2, "common")}}/5.00</span> </div>{% endblock %}