django-orchestra/orchestra/contrib/bills/templates/bills/bill-notification.email

7 lines
234 B
Plaintext
Raw Normal View History

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 %}