{% load image_tags %}
{% with image=product.primary_image %} {% oscar_thumbnail image.original "x155" upscale=False as thumb %} {{ product.get_title }} {% endwith %}

{{ product.get_title }}

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