{% load thumbnail %} {% load staticfiles %}
{% with image=product.primary_image %} {% thumbnail image.original "x155" upscale=False as thumb %} {{ product.get_title }} {% endthumbnail %} {% endwith %}

{{ product.get_title }}

{% include "catalogue/partials/stock_record.html" %} {% include "catalogue/reviews/partials/review_stars.html" %}