{% load base_filters %} {% load invoice_tags %} {% load i18n %}
{% trans "Make Payment ID" %} | {% 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.payment_amount|format_currency}} | 0 %}class="body-copy-yellow"{% endif %}>{{invoice.balance|format_currency}} |