{% extends 'base.html' %} {% load static %} {% block page_style %} {% endblock page_style %} {% block page_js %} {% endblock page_js %} {% block page_content %} {% include 'messages.html' %}
| Date | Branch | Product | Qty | Price | Total | {% for sale in sale_list %}
|---|---|---|---|---|---|
| {{ sale.datetime }} | {{ sale.branch.name }} | {{ sale.product.name }} | {{ sale.quantity }} | {{ sale.unit_price }} | {{ sale.total }} |