{% extends "templates/web.html" %} {% block title %} {{ title }} {% endblock %} {% block breadcrumbs %} {% include "templates/includes/breadcrumbs.html" %} {% endblock %} {% block page_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 %}

{{ item_name }}

{{ _("Item Code") }}: {{ variant and variant.name or name }}


{% if has_variants %} {% for d in attributes %} {% if attribute_values[d.attribute] -%} {%- endif %} {% endfor %} {% endif %}

{{ _("Description") }}
{{ web_long_description or description or _("No description given") }}
{% if website_specifications -%}
{{ _("Specifications") }}
{% for d in website_specifications -%} {%- endfor %}
{{ d.label }} {{ d.description }}
{%- endif %}
{% endblock %}