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

{{ title }}

{% endblock %} {% block content %}
{% include 'templates/includes/product_search_box.html' %} {% include 'templates/includes/product_breadcrumbs.html' %}
{% if slideshow %} {% include "templates/includes/slideshow.html" %} {% else %} {% if website_image %} {% else %}
{% include '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 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 %}