{% load base_filters %} {% load invoice_tags %}
DonationID | First Name | Last Name | Date | Amount | Balance |
{{obj.id}} | {{obj.first_name}} | {{obj.last_name}} | {{obj.create_dt|date:'long'}} | {{obj.donation_amount|format_currency}} | 0 %}class="body-copy-yellow"{% endif %}>{{invoice.balance|format_currency}} |