[% is_missed_collection = report.category == 'Report missed collection' %]
[%
title = report.title | html;
email_columns = 2;
PROCESS '_email_settings.html';
INCLUDE '_email_top.html';
%]
[% start_padded_box | safe %]
New updates on your report regarding [% report.category %]: [% title %]
[%~ 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 %]
[% IF cobrand.moniker == 'bexley' && is_missed_collection %]
[% INCLUDE 'waste/_sidebar_content.html' %]
[% ELSE %]
[% title %]
[% report.detail | html_para_email(secondary_p_style) %]
[% END %]
[% TRY %][% INCLUDE '_council_reference_alert_update.html' problem=report p_style=secondary_p_style %][% CATCH file %][% END %]
[% END %]
[% INCLUDE '_email_bottom.html' %]