blob: 4967dfaa236b520834a750020e7d749aeb9fae17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
</tr>
</table>
</th>
<th class="spacer-cell"></th>
</tr>
</table>
<table [% wrapper_table %] style="[% wrapper_style %]">
<tr>
<th class="spacer-cell"></th>
<th width="[% wrapper_max_width %]" style="[% td_style %][% hint_style %]" class="hint">
[%~ IF email_footer %]
[% email_footer %]
[%~ ELSE %]
This email was sent automatically, from an unmonitored email account. Please do not reply to it.
[%~ END %]
</th>
<th class="spacer-cell"></th>
</tr>
</table>
</body>
</html>
|