{% load i18n %} {% load base_filters %} {% load invoice_tags %}
{% trans "EntryID" %} | {% trans "Form" %} | {% trans "Name" %} | {% trans "Date" %} | {% trans "Amount" %} | {% trans "Balance" %} |
{{obj.id}} | {{ obj.form.title|truncatewords:5 }} | {{ obj.creator.first_name }} {{ obj.creator.last_name }} | {{obj.create_dt|date:'long'}} | {{invoice.total|format_currency}} | 0 %}class="body-copy-yellow"{% endif %}>{{invoice.balance|format_currency}} |