{% extends "templates/web.html" %} {% from "erpnext/templates/includes/order/order_macros.html" import item_name_and_description %} {% block breadcrumbs %} {% include "templates/includes/breadcrumbs.html" %} {% endblock %} {% block title %}{{ doc.name }}{% endblock %} {% block header %}
{{ _("Valid Till") }}: {{ frappe.utils.formatdate(doc.valid_till, 'medium') }}
{% endif %}
{% if doc.doctype == 'Supplier Quotation' %}
{{ doc.supplier_name}}
{% else %}
{{ doc.customer_name}}
{% endif %}
{% if doc.contact_display %}
{{ doc.contact_display }}
{% endif %}
{{ _("Delivered: {0}").format(d.delivered_qty) }}
{% endif %}{{ _("@ {0}").format(d.get_formatted("rate")) }}
{{ doc.terms }}