[%
title = report.title | html;
category = report.category | html;
email_summary = "New updates on " _ category _ " report";
email_columns = 2;
PROCESS '_email_settings.html';
INCLUDE '_email_top.html';
%]
[% start_padded_box | safe %]
[%~ INCLUDE '_email_comment_list.html' %]
Unsubscribe from alerts about this report
[% end_padded_box | safe %]
|
[% WRAPPER '_email_sidebar.html' object = report %]
[% title %]
[% report.detail | html_para_email(secondary_p_style) %]
[% TRY %][% INCLUDE '_council_reference_alert_update.html' problem=report p_style=secondary_p_style %][% CATCH file %][% END %]
[% END %]
[% INCLUDE '_email_bottom.html' %]