{% 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 %}

{{ product.get_title|truncatewords:4 }}

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