{% extends "inventory/base_reps.html"%} {% load static %} {% block headerstitle-scripts %} {% load static %} {% endblock %} {% block headerstitle %}
test
{% endblock %} {% block material-datatables-main %}S/No | Item | Specs | Quantity |
---|---|---|---|
S/No | Item | Specs | Quantity |
{{forloop.counter}} | {{a.itemName}} | {{a.descName}} | {{ a.qtyStr}} |