{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL No | Created Date | Amount ($) | Action |
---|---|---|---|
{{forloop.counter}} | {{ booking.created_date }} | {{ booking.amount|floatformat:3}} | |
Total Booked Amount: ${{ booked_amount|floatformat:3 }} | Total Budget Amount: ${{ budget_amount|floatformat:3 }} | ||
No Data Found |