{% load base_filters %} {% load invoice_tags %} {% load i18n %} {% invoices_search_line_header request invoice '#66cc00' %} {# display make payment info #} {% if obj %} {% endif %}
{% 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}}