{% from "erpnext/templates/includes/rfq/rfq_macros.html" import item_name_and_description %} {% for d in doc.items %}
{{ item_name_and_description(d, doc) }}

{{_("UOM") + ": "+ d.uom}}

0.00
{% endfor %}