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

{{ product.get_title }}

{% endblock %}
{% block product_image %} {% with all_images=product.get_all_images %} {# use length rather then count as the images get queried anyways #} {% if all_images|length > 1 %} {% else %} {# Only one image to show #} {% endif %} {% endwith %} {% endblock %}
{{ product.attr.sub_title }}
{% block product_price %}
{% include "catalogue/partials/stock_record.html" %}
{% endblock %}
{% endblock %}