django-orchestra-test/orchestra/contrib/bills/templates/bills/bill-notification.email
2017-04-03 17:06:06 +00:00

7 lines
266 B
Plaintext

{% if email_part == 'subject' %}Bill {{ bill.number }}{% endif %}
{% if email_part == 'message' %}Dear {{ bill.account.username }},
Find your {{ bill.get_type_display.lower }} attached.
If you have any question, please write us at support@orchestra.lan
{% endif %}