{% load django_ledger %}
Edit | Bill Number | Bill XRef | From | Amount | Payments | Due Date | Created | Last Updated |
---|---|---|---|---|---|---|---|---|
Edit | {{ bill.bill_number }} | {{ bill.xref }} | {{ bill.bill_to }} | ${{ bill.amount_due | cs_thousands }} | ${{ bill.amount_paid | cs_thousands }} | {{ bill.due_date }} | {{ bill.created }} | {{ bill.updated }} |