{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "New Quotation" %} | {{ site_settings.business_name }}{% endblock %} {% block content %}
| {% trans "Product" %} | {% trans "Unit Price" %} | {% trans "Quantity" %} | {% trans "Total" %} | |
|---|---|---|---|---|
|
[[ item.name_en ]]
[[ item.sku ]]
|
[[ currencySymbol ]][[ (item.price * item.quantity).toFixed(3) ]] | |||
| {% trans "Search and add products to this quotation." %} | ||||