[%
title = report.title | html;
email_summary = "New updates on “" _ title _ "”, reference " _ report.id;
email_columns = 2;
PROCESS '_email_settings.html';
INCLUDE '_email_top.html';
%]
[% start_padded_box | safe %]
New updates
[%~ INCLUDE '_email_comment_list.html' %]
[% TRY %][% INCLUDE '_alert_update_after_updates.html' %][% CATCH file %][% END %]
[% IF unsubscribe_url %]
Unsubscribe from alerts about this report
[% END %]
[% 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' %]