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

7 lines
234 B
Plaintext

{% if subject %}Bill {{ bill.number }}{% endif %}
{% if 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 %}