{% load base_filters %} {% load invoice_tags %} {% load i18n %}
{% trans "RegID" %} | {% trans "Title" %} | {% trans "Date" %} | {% trans "Price" %} | {% trans "Balance" %} | |
{{obj.pk}} | {{obj.event.title|truncatewords:5}} | {% endif %}{{obj.event.start_dt|date:'long'}} | {{obj.amount_paid|format_currency}} | 0 %}class="body-copy-yellow"{% endif %}>{{invoice.balance|format_currency}} |