{% load base_filters %} {% load invoice_tags %} {% load i18n %}
{% trans "Corp. Memb. ID" %} | {% trans "Company Name" %} | {% trans "Date" %} | {% trans "Amount" %} | {% trans "Balance" %} |
{{obj.id}} | {{obj}} | {{obj.create_dt|date:'long'}} | {{invoice.total|format_currency}} | 0 %}class="body-copy-yellow"{% endif %}>{{invoice.balance|format_currency}} |
{% trans "Individual memberships renewed in this transaction:" %} | ||||
{{ renew_entry.membership.user.get_full_name }} | {{ renew_entry.membership.member_number }} |