{% 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") }}
{{ _("Specifications") }}
{{ d.label }} | {{ d.description }} |