Products
{{ message }}
{% endfor %}
{% endif %}
| # | Code ID | Product Name | Unit | Price | Category | Stock | Action |
|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ i.code_id }} | {{ i.name }} | {{ i.unit.name }} | ${{ i.price }} | {{ i.category.name }} | {{ i.qty }} |