{% load display_tags %} {% load i18n %} {% load image_tags %} {% load reviews_tags %} {% block product %}
{% block product_image %}
{% with image=product.primary_image %} {% oscar_thumbnail image.original "x155" upscale=False as thumb %} {{ product.get_title }} {% endwith %}
{% endblock %} {% block product_review %} {% iffeature "reviews" %}

{% endiffeature %} {% endblock %} {% block product_title %}

{{ product.get_title|truncatewords:4 }}

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