{% load django_ledger %}
{% for invoice in invoices %} {% endfor %}
Edit Invoice Number Bill To Amount Payments Due Date Created Last Updated
Edit {{ invoice.invoice_number }} {{ invoice.bill_to }} ${{ invoice.amount_due | cs_thousands }} ${{ invoice.amount_paid | cs_thousands }} {{ invoice.due_date }} {{ invoice.created }} {{ invoice.updated }}