{% from "erpnext/templates/includes/order/order_macros.html" import item_name_and_description %}
{{ item_name_and_description(d) }}
{{ d.get_formatted('qty') }}

{{ _("Rate") + ': ' + d.get_formatted("rate") }}

{{ d.get_formatted("amount") }}