{% load perm_tags %} {% load base_filters %} {% load invoice_tags %} {% load i18n %} {% if search_line_display %} {{ search_line_display|safe }} {% else %} {% invoices_search_line_header request invoice '#000000' %}#} {# display object info #} {% if obj %} {% endif %}
{% 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}}
{% endif %}