{% load i18n %} {% comment %} Rendered by WeasyPrint, not a browser -- same convention as billing/templates/billing/invoice.html and management/templates/management/membership_list_pdf.html: a standalone document with its own print stylesheet, no app.css. Branded off the club's own colours (falling back to the same shades club.templatetags.club_email's HTML emails use) rather than a fixed accent, since this is the club's invoice to its own member, not RosterChief's to the club. {% endcomment %}
| {% trans "Description" %} | {% trans "Amount" %} |
|---|---|
|
{% trans "Membership fee" %}
{{ club.name }} — {{ membership.season }}
|
€{{ invoice.amount }} |
| {% trans "Balance due" %} | €{{ invoice.amount }} |
{% trans "Paid in full." %} {% trans "Thank you." %}
{% else %}{% blocktrans with date=invoice.due_date|date:"j F Y" %}Payable by {{ date }}.{% endblocktrans %}
{% endif %}