{% load url from future %} {% load reviews_tags %} {% load display_tags %} {% load thumbnail %} {% load staticfiles %} {% load i18n %}
{% 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" %} {% iffeature "reviews" %} {% if product.rating != None %}

{% blocktrans count reviews|length as num_reviews %} 1 customer review {% plural %} {{ num_reviews }} customer reviews {% endblocktrans %}   {% else %}

{% endif %} {% if product|is_review_permitted:user %} {% trans "Write a review" %} {% endif %}

{% endiffeature %}