{% extends "html/page.html" %} {% block javascript %} {% include "js/product_page.js" %} {% endblock %} {% block css %} {% include "css/product_page.css" %} {% endblock %} {% block content %} {% include 'html/product_search_box.html' %} {% include 'html/product_breadcrumbs.html' %}

{{ item_name }}

Item Code: {{ name }}

{% if slideshow %} {% include "html/slideshow.html" %} {% else %} {% if website_image %} {% else %}
{% include 'html/product_missing_image.html' %}
{% endif %} {% endif %}

Product Description

{{ web_long_description or web_short_description or "[No description given]" }}
{% if obj.doclist.get({"doctype":"Item Website Specification"}) %}

Specifications

{% for d in obj.doclist.get( {"doctype":"Item Website Specification"}) %} {% endfor %}
{{ d.label }} {{ d.description }}
{% endif %}

Price:

{% endblock %}