{{ item_name }}

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

{% if frappe.utils.strip_html(doc.web_long_description or '') %} {{ doc.web_long_description | safe }} {% elif frappe.utils.strip_html(doc.description or '') %} {{ doc.description | safe }} {% else %} {{ _("No description given") }} {% endif %}
{% if has_variants %} {% include "templates/generators/item/item_configure.html" %} {% else %} {% include "templates/generators/item/item_add_to_cart.html" %} {% endif %}