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

products for {{SECTION_NAME}} {{category}}


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