{% extends 'base.html' %} {% load static %} {% block content %}
{% if messages %} {% for message in messages %} {% if message.tags == 'info' %} {% endif %} {% endfor %} {% endif %}
{% for i in product %} {% endfor %}
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}}
{% endblock %}