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

{{ title }}

{% endblock %} {% block header_actions %} {% include 'templates/includes/product_search_box.html' %} {% endblock %} {% block content %} {% from "erpnext/templates/includes/macros.html" import product_image %}
{% if slideshow %} {% include "templates/includes/slideshow.html" %} {% else %} {{ product_image(website_image, "product-full-image") }} {% 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 %}