{% extends "gstbillingapp/base.html" %} {% load static %} {% block content %}

Inventory

{% for inventory in inventory_list %} {% endfor %}
Product Current Stock Last Transaction
{{inventory.product.product_name}} {{inventory.current_stock}} {{inventory.last_log}}
{% endblock %} {% block includejs %} {% endblock %}