Products

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% for i in page_obj %} {% endfor %}
# 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 }}