{% extends "restaurant/base_reps.html"%} {% load static %} {% block headerstitle-scripts %} {% load static %} {% endblock %} {% block headerstitle %} Sales Report | BFA restaurant {% endblock %} {% block t_header %}

test

{% endblock %} {% block material-datatables-main %} {% for a in salesData %} {% endfor %}
S/No Item Quantity
S/No Item Quantity
{{forloop.counter}} {{a.descName}} {{ a.qtyStr}}
{% endblock %} {% block js-script-001 %} {% endblock %} {% block inside-cc %} {% endblock %}