{% load reviews_tags %} {% load thumbnail %} {% load i18n %} {% load display_tags %} {% load staticfiles %} {% block product %}
{% block product_title %}

{{ product.get_title|truncatewords:4 }}

{% endblock %}
{% block product_image %}
{% with image=product.primary_image %} {% thumbnail image.original "300x300" upscale=True crop="center" as thumb %} {{ product.get_title }} {% endthumbnail %} {% endwith %}
{% endblock %}
{% block product_review %} {% iffeature "reviews" %}

{% endiffeature %} {% endblock %}
{% block product_price %}
{% include "catalogue/partials/stock_record.html" %} {% comment %} {% if not product.is_parent and not product.has_options %} {% include "catalogue/partials/add_to_basket_form_compact.html" %} {% endif %} {% endcomment %}
{% endblock %}
{% endblock %}