{% block component_review_widget %}
{% block component_review_info_container %} {% block component_review_info %}
{% block component_review_title %}

{{ 'detail.reviewTitle'|trans({'%count%': productReviewCount, '%total%': totalReviewCount })|sw_sanitize }}

{% endblock %} {% block component_review_overview %}
0 %} itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating" {% endif %}> {% if totalReviewCount > 0 %} {% endif %} {% sw_include '@Storefront/storefront/component/review/rating.html.twig' with { points: productAvgRating, style: 'text-primary' } %} {% if totalReviewCount > 0 %} {# The visible headline is aria-hidden because it is redundant for the screen reader. #} {# The average rating alternative text is already part of `rating.html.twig`. #} {% endif %}
{% endblock %}
{% endblock %} {% if totalReviewCount > 0 %}
{% endif %} {% set formAjaxSubmitOptions = { replaceSelectors: ['.js-review-container'], submitOnChange: true } %} {% block component_review_filter %} {% if totalReviewCount > 0 %}
{% if app.request.get('language') %} {% endif %} {% if app.request.get('sort') %} {% endif %} {% for matrix in reviews.matrix.matrix %} {% block component_review_filter_box %}
{% block component_review_filter_checkbox %}
{% block component_review_filter_checkbox_input %} {% endblock %} {% block component_review_filter_checkbox_label %} {% endblock %}
{% endblock %} {% block component_review_filter_progressbar %}
{% endblock %} {% block component_review_filter_share %}

{{ matrix.percent|round }}%

{% endblock %}
{% endblock %} {% endfor %}
{% block component_review_filter_divider %}
{% endblock %} {% endif %} {% endblock %} {% endblock %} {% block component_review_form_teaser %}
{% block component_review_form_teaser_header %}

{% if not reviews.customerReview %} {{ 'detail.reviewTeaserTitle'|trans|sw_sanitize }} {% else %} {{ 'detail.reviewExistsTeaserTitle'|trans|sw_sanitize }} {% endif %}

{% endblock %} {% block component_review_form_teaser_text %}

{% if not page.customerReview %} {{ 'detail.reviewTeaserText'|trans|sw_sanitize }} {% else %} {{ 'detail.reviewExistsTeaserText'|trans|sw_sanitize }} {% endif %}

{% endblock %} {% block component_review_form_teaser_button %} {% endblock %}
{% endblock %}
{% endblock %}