{% load currency_filters %} {% load thumbnail %} {% load i18n %}
{% with image=product.primary_image %} {% thumbnail image.original "400x400" upscale=False as thumb %} {{ product.get_title }} {% endthumbnail %} {% endwith %}
{% block product_review %} {% with reviews=product.reviews.all %} {% if reviews %} {% else %}

{% trans "No Rating" %}

{% endif %} {% endwith %} {% endblock product_review %}

{{ product.get_title|truncatewords:5 }}

{% include "catalogue/partials/stock_record.html" %} {% include "catalogue/partials/add_to_basket_form_compact.html" %}