{% from "erpnext/templates/includes/order/order_macros.html" import item_name_and_description %} {% for d in doc.items %}
{{ _("Rate") + ': ' + d.get_formatted("rate") }}