- {% include 'html/product_missing_image.html' %}
-
- {% endif %}
- {% endif %}
-
-
-
Product Description
+
+ {% if slideshow %}
+ {% include "html/slideshow.html" %}
+ {% else %}
+ {% if website_image %}
+
+ {% else %}
+
+
+ {% include 'html/product_missing_image.html' %}
+
+ {% endif %}
+ {% endif %}
+
+
-
{% for d in obj.doclist.get(
{"doctype":"Item Website Specification"}) %}
@@ -49,8 +46,6 @@
{% endfor %}
{% endif %}
-
- {{ item_name }}
+Item Code: {{ name }}
+Product Description
{{ web_long_description or web_short_description or
"[No description given]" }}
{% if obj.doclist.get({"doctype":"Item Website Specification"}) %}
- -