{% load perm_tags %} {% load base_filters %} {% load invoice_tags %} {% load i18n %} {% if search_line_display %} {{ search_line_display|safe }} {% else %}
{% trans "ID" %} | {% trans "First Name" %} | {% trans "Last Name" %} | {% trans "Date" %} | {% trans "Amount" %} | {% trans "Balance" %} |
{{obj.id}} | {{obj.creator.first_name}} | {{obj.creator.last_name}} | {{obj.create_dt|date:'long'}} | 100 %}class="body-big-unpaid"{% endif %}>{{invoice.total|format_currency}} |
0 %}class="body-copy-yellow"{% endif %}>{{invoice.balance|format_currency}} |