{% extends 'base.html' %} {% block title%}Customer Details{% endblock %} {% block content %}
Pharsatikar Supermarket
Butwal,Suddhodhan-1,Rupandehi
Invoice
Product | Quantity | Per Price | Subtotal |
---|---|---|---|
{{order.product.name}} | {{order.quantity}} | {{order.product.price}} | {{order.get_total_item_price}} | {% empty %}
{{customers.name }} record is empty ! Please place the order | |||
Total Price | {{customer_total_price}} |