blob: cac7c79f4d904a2a4050281476ea0d7bac2c4fbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[%
email_summary = "New reports to " _ area_name _ " within " _ ward_name;
email_columns = 1;
PROCESS '_email_settings.html';
INCLUDE '_email_top.html';
%]
<th style="[% td_style %][% only_column_style %]">
<h1 style="[% h1_style %]">New reports to [% area_name %] within [% ward_name %]</h1>
[%~ INCLUDE '_email_report_list.html' %]
<p style="[% p_style %]"><a href="[% unsubscribe_url %]">Unsubscribe from alerts about new reports in this area</a></p>
</th>
[% INCLUDE '_email_bottom.html' %]
|