{% 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}}

{{doc.currency_symbol}}
{{doc.currency_symbol}} 0.00
{% endfor %}