{% extends 'base.html' %}
{{ user["email"] }}
Warehouse Address:
{{ user["hno"] }}
{{ user["location"] }}
{{ user["state"]}}, {{ user["country"] }}
EBMS verified supplier
You haven't supplied any products yet.
{% else %}| ID | Item | Price | Quantity |
|---|---|---|---|
| {{item['productID']}} | {{item['name']}} | {{item['price']}} | {{item['quantity']}} |
You haven't sold any products yet.
{% else %}| Item | Quantity Sold | Revenue |
|---|---|---|
| {{item['product_name']}} | {{item['total_quantity_sold']}} | {{item['total_revenue']}} |