{% extends 'Admin/Sidebar2.html' %} {% block content %} {% load widget_tweaks %} {%load static%}
{% if messages %} {% endif %}

PURCHASE HISTORY

PRODUCT : CALTEX DELO GOLD ULTRA
{% if d %} {% for i in d %} {% endfor %} {% endif %}
Month CALTEX Delo Gold Ultra Price Substitude Product Price Production cost per unit
{{i.Month}} {{i.CALTEX_Delo_Gold_Ultra}} {{i.Price1}} {{i.Substitude_Product_Price1}} {{i.Production_cost_per_unit1}}
{% endblock content %}