{% trans 'Report Summary' %}
{% trans 'Total Purchase Amount' %}
{{total_po_amount}}
{% trans 'Total Cars Purchased' %}
{{total_po_cars}}
{% trans 'Detailed Purchase List' %}
| {% trans 'Purchase ID' %} | {% trans 'Date Created' %} | {% trans 'Status' %} | {% trans 'PO Amount' %} | {% trans 'Date Fulfilled' %} | {% trans 'Created By' %} | {% trans 'Cars Purchased' %} | {% trans 'Vendor' %} |
|---|---|---|---|---|---|---|---|
| {{po.po_number}} | {{po.po_created}} | {{po.po_status}} | {{po.po_amount}} | {{po.date_fulfilled}} | staff | {{po.po_quantity}} | {{po.vendors_str}} |
| {% trans 'Total Purchase'%}: | {{total_po_amount}} | ||||||