{% extends "../layout.html" %} {% load static %} {% block menubutton %}
  • Logout
  • {% endblock %} {% block content %}

    Products Overview

    Products with Stock Info
    {% for o in product %} {% endfor %}
    ID Name Manufacturer Price Sale Price Quantity Mfd date
    {{ o.PRODUCT_ID }} {{ o.PRODUCT_NAME }} {{ o.MANUFACTURER }} {{ o.PRODUCT_PRICE }} {{ o.SALE_PRICE }} {{ o.QUANTITY }} {{ o.MFD_DATE }}
    {% endblock %}