{% load i18n %} {% load base_filters %} {% load invoice_tags %}
{% trans "JobID" %} | {% trans "Contact" %} | {% trans "Title" %} | {% trans "Date" %} | {% trans "Price" %} | {% trans "Balance" %} |
{{obj.id}} | {{obj.contact_name}} | {{obj.title|truncatewords:5}} | {{obj.activation_dt|date:'long'}} | {{invoice.total|format_currency}} | 0 %}class="body-copy-yellow"{% endif %}>{{invoice.balance|format_currency}} |