first commit
This commit is contained in:
6
app/templates/mail/expense_report.txt
Normal file
6
app/templates/mail/expense_report.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Raport wydatków
|
||||
Okres: {{ period_label }}
|
||||
Suma: {{ total }} {{ currency }}
|
||||
|
||||
{% for expense in expenses %}- {{ expense.purchase_date }} | {{ expense.title }} | {{ expense.amount }} {{ expense.currency }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user