{% extends 'base.html' %} {% block title %}Products{% endblock title %} {% block page_content %} {% include 'messages.html' %}
| # | Name | SKU Code | Supplier | Buying | Retail | {% for item in stock_list %}
|---|---|---|---|---|---|
| {{ item.date }} | {{ item.name }} | {{ item.sku_code }} | {{ item.supplier }} | {{ item.buying_price }} | {{ item.retail_price }} |