$start_date - $end_date
| Invoice # | Invoice Date | Invoice Due Date | Total | Balance |
|---|---|---|---|---|
| {{ invoice.number }} | {{ invoice.date }} | {{ invoice.due_date }} | {{ invoice.amount }} | {{ invoice.balance }} |
| Invoice # | Payment Date | Method | Amount | |
|---|---|---|---|---|
| {{ payment.number }} | {{ payment.date }} | {%if payment.is_credit %}Credit {{ payment.number }} | {%else%}{{ payment.method }} | {%endif%}{{ payment.amount }} |
| Credit # | Credit Date | Total | Balance |
|---|---|---|---|
| {{ credit.number }} | {{ credit.date }} | {{ credit.amount }} | {{ credit.balance }} |
| {{ key }} | {% endfor %}
|---|
| {{ age }} | {% endfor %}