7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
{% if subject %}Bill {{ bill.number }}{% endif %}
|
|
{% if message %}Dear {{ bill.account.username }},
|
|
Find your {{ bill.get_type.lower }} attached.
|
|
|
|
If you have any question, please write us at support@orchestra.lan
|
|
{% endif %}
|