{% extends "restaurant/base_reps.html"%} {% load static %} {% block headerstitle-scripts %} {% load static %} {% endblock %} {% block headerstitle %}
test
{% endblock %} {% block material-datatables-main %}S/No | Item | UOQ | Balance In Production Store |
---|---|---|---|
S/No | Item | UOQ | Balance In Production Store |
{{forloop.counter}} | {{a.item_name}} | {{a.uoq}} | {{a.qty_statement}} |