{% extends 'cubane/ishop/pages/base.html' %} {% load media_tags %} {% load shop_tags %} {% load cms_tags %} {% block meta_title %}{% meta_title product %}{% endblock %} {% block meta_description %}{% if product.meta_description %}{{ product.meta_description }}{% endif %}{% endblock %} {% block keywords %}{% if product.keywords %}{{ product.keywords }}{% endif %}{% endblock %} {% block title %}{{ product.title }}{% endblock %} {% block content %} {{ block.super }}
{% image product.image 'product' %}
{% shop_add_to_basket product %}

Description

{{ product.description|safe }}
{% if stocklevel %}

Availability

{{ product.stocklevel_display }}

{% endif %} {% for name, content in properties %}

{{ name }}

{{ content|safe }}
{% endfor %} {% if product.non_returnable %}

Non Returnable

Please note that this product cannot be returned.

{% endif %}
{% endblock %} {% block ga %} {{ block.super }} {% include 'cubane/ishop/elements/ga/product.js' %} {% endblock %}