{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL No | Booking Number | Item | Supplier | Quantity | Action | ||
---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ booking.item.booking_number }} | {{ booking.item }} | {{ booking.item.supplier}} | {{ booking.quantity }} | {% comment %} | {{ booking.value|floatformat:3 }} | {% endcomment %}|
No data is found |