{% extends 'base.html' %} {% load static %} {% block content %}
| Product Name | Product ID | Category | Brand | Quantity Received | Supplier Name | Supplier Mobile No: | Created at | Updated at | Action |
|---|---|---|---|---|---|---|---|---|---|
{{i.name}} |
{{i.unique_id}} | {{i.category_id.name}} | {{i.brand_id.name}} | {{i.receive_quantity}} | {{i.supplier_id.name}} | {{i.supplier_id.mobile_sup}} | {{i.created_at}} | {{i.updated_at}} |