{% load base_filters %} {% load invoice_tags %} {% load i18n %}
{% trans 'DonationID' %} | {% trans 'First Name' %} | {% trans 'Last Name' %} | {% trans 'Date' %} | {% trans 'Amount' %} | {% trans '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}} |