client
Last change
on this file since 70a9bbd was
5eb287f,
checked in by Alex Dehnert <adehnert@…>, 15 years ago
|
Disable escaping for emails (Trac: #28)
|
-
Property mode set to
100644
|
File size:
562 bytes
|
Line | |
---|
1 | {% load misc %} |
---|
2 | {% autoescape off %} |
---|
3 | Dear admins, |
---|
4 | |
---|
5 | User '{{converter}}' ({{converter.first_name}} {{converter.last_name}} --- {{converter.email}}) just converted vouchers to LaTeX. |
---|
6 | |
---|
7 | Number of vouchers: {{vouchers|length}} |
---|
8 | Mark: {{mark}} |
---|
9 | Unprocessed only: {{unprocessed}} |
---|
10 | |
---|
11 | {% for f in vouchers %} |
---|
12 | Voucher {{f.pk}} |
---|
13 | Account: {{f.account}} |
---|
14 | GL: {{f.gl}} |
---|
15 | Amount: {{f.amount}} |
---|
16 | Name: {{f.first_name}} {{f.last_name}} |
---|
17 | Email: {{f.email_address}} |
---|
18 | Description: {{f.description}} |
---|
19 | {% endfor %} |
---|
20 | |
---|
21 | Thanks, |
---|
22 | Remit |
---|
23 | {% endautoescape %} |
---|
Note: See
TracBrowser
for help on using the repository browser.