{% trans "Customer review" %}
{% include 'catalogue/partials/review.html' %}
{% with image=product.primary_image %}
{% thumbnail image.original "400x400" upscale=False as thumb %}
{% endthumbnail %}
{% endwith %}