{% extends "base/module_base.html" %} {% set active_page ='products' %} {% block pagehead %} SpareParts {% endblock %} {% block sidebar %} {%include 'product/blocks/sidebar.html'%} {%endblock%} {% block content %}

products for --- ---


{%if subcategory.products%} {%for p in subcategory.products%} {%endfor%} {%endif%}
barcode name description date price selling price discontinued in stock
{{p.barcode}} {{p.name}} {{p.description}} {{p.date}} {{p.price}} {{p.selling_price}} {{p.discontinued}} {{p.in_stock}}
{% endblock %}