Revision e4e0e630
Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt
templates/design40_webpages/fu/follow_up_reminder_mail.html | ||
---|---|---|
1 |
[%- USE T8 %] |
|
2 |
[%- USE HTML %] |
|
3 |
<!DOCTYPE HTML> |
|
4 |
<html> |
|
5 |
<head> |
|
6 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
7 |
</head> |
|
8 |
|
|
9 |
<body> |
|
10 |
<h2>[% 'Unfinished follow-ups' | $T8 %]</h2> |
|
11 |
|
|
12 |
<table> |
|
13 |
<tr> |
|
14 |
<th>[% 'Follow-Up Date' | $T8 %]</th> |
|
15 |
<th>[% 'Subject' | $T8 %]</th> |
|
16 |
<th>[% 'Created by' | $T8 %]</th> |
|
17 |
</tr> |
|
18 |
|
|
19 |
[%- FOREACH fu = follow_ups %] |
|
20 |
<tr> |
|
21 |
<td>[% HTML.escape(fu.follow_up_date_as_date) %]</td> |
|
22 |
<td><a href="[% fu.link %]">[% HTML.escape(fu.note.subject) %]</a></td> |
|
23 |
<td>[% HTML.escape(fu.created_by_employee.safe_name) %]</td> |
|
24 |
</tr> |
|
25 |
[%- END %] |
|
26 |
</table> |
|
27 |
</body> |
|
28 |
</html> |
Auch abrufbar als: Unified diff
design40: Wiedervorlagen per Mail: Template kopiert
Dieses Template könnte wohl besser unter templates/mail, aber
dann wird es bei den locales-Läufen nicht berücksichtigt (?)