{% extends base_template %} {% block javascript %} {% endblock %} {% block css %} {% endblock %} {% block content %} {% include 'app/stock/doctype/item/templates/includes/product_search_box.html' %} {% include 'app/stock/doctype/item/templates/includes/product_breadcrumbs.html' %}
{% if slideshow %} {% include "lib/website/doctype/website_slideshow/templates/includes/slideshow.html" %} {% else %} {% if website_image %} {% else %}
{% include 'app/stock/doctype/item/templates/includes/product_missing_image.html' %}
{% endif %} {% endif %}

{{ item_name }}

Item Code: {{ name }}

Product Description

{{ web_long_description or 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 %}
{% endblock %}