{% block title %} {{ title }} {% endblock %} {% block header %}

{{ title }}

{% endblock %} {% block content %}
{% include 'templates/includes/product_search_box.html' %}
{% if slideshow %} {% include "templates/includes/slideshow.html" %} {% else %} {% if website_image %} {% else %}
{% include 'templates/includes/product_missing_image.html' %}
{% endif %} {% endif %}
{{ web_long_description or description or _("No description given") }}

{{ _("Item Code") }}: {{ name }}


{% if doc.get({"doctype":"Item Website Specification"}) -%}

{{ _("Specifications") }}

{% for d in doc.get( {"doctype":"Item Website Specification"}) -%} {%- endfor %}
{{ d.label }} {{ d.description }}
{%- endif %}
{% endblock %} {% block sidebar %}{% include "templates/includes/sidebar.html" %}{% endblock %}