2014-09-04 15:55:43 +00:00
|
|
|
{% if subject %}Bill {{ bill.number }}{% endif %}
|
2014-10-11 16:21:51 +00:00
|
|
|
{% if message %}Dear {{ bill.account.username }},
|
2015-05-27 14:05:25 +00:00
|
|
|
Find your {{ bill.get_type_display.lower }} attached.
|
2014-10-11 16:21:51 +00:00
|
|
|
|
|
|
|
If you have any question, please write us at support@orchestra.lan
|
|
|
|
{% endif %}
|