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