{% trans "Customer reviews" %}
{% if reviews %}
{% trans "Sort by:" %}
{% for review in reviews %} {% include 'catalogue/partials/review.html' %} {% endfor %} {% include 'partials/pagination.html' %} {% else %}{% trans "This product does not have any reviews yet." %}
{% endif %}
{% with image=product.primary_image %}
{% thumbnail image.original "400x400" upscale=False as thumb %}
{% endthumbnail %}
{% endwith %}