{{ name }}
{{ _("Item") }}: {{ item_name }}
{{ product_image(website_image, "product-full-image") }}
{{ _("Quantity") }}: {{ quantity }}
{{ _("Items") }}
{{ _("Qty") }} | ||
---|---|---|
{{ media_image(d.image, "product-full-image") }} | {{ d.item_name }}
{% if d.item_name != d.item_code -%}
{{ d.item_code }}
{% else -%}
{%- endif %}
{{ d.description }} |
{{ d.qty }} |
{{ _("Operations") }}
{{ _("Workstation") }} | {{ _("Time(in mins)") }} | ||
---|---|---|---|
{{ media_image(d.image, d.operation, "product-full-image") }} | {{ d.operation }}
{{ d.description }}
|
{{ d.workstation }} |
{{ _("Description") }}
{{ web_long_description or _("No description given") }}