{% from "erpnext/templates/includes/order/order_macros.html" import item_name_and_description %} {% from "erpnext/templates/includes/order/order_macros.html" import item_name_and_description_cart %} {% for d in doc.items %}
{{ item_name_and_description(d) }}
{{ d.get_formatted("amount") }}

{{ _("Rate") }} {{ d.get_formatted("rate") }}

{% endfor %}