[% is_missed_collection = report.category == 'Report missed collection' %]
[%
title = report.title | html;
email_summary
= is_missed_collection
? "New updates on your missed collection report"
: "New updates on “" _ title _ "”";
email_columns = 2;
PROCESS '_email_settings.html';
INCLUDE '_email_top.html';
%]
[% start_padded_box | safe %]
[%~ INCLUDE '_email_comment_list.html' %]
[% IF is_missed_collection %]
Contact us
[% END %]
[% IF unsubscribe_url %]
Unsubscribe from alerts about this report
[% END %]
[% end_padded_box | safe %]
|
[% WRAPPER '_email_sidebar.html' object = report %]
[% IF is_missed_collection %]
[% INCLUDE 'waste/_sidebar_content.html' %]
[% INCLUDE 'waste/_council_reference_alert_update.html' problem=report p_style=secondary_p_style %]
[% ELSE %]
[% title %]
[% report.detail | html_para_email(secondary_p_style) %]
[% INCLUDE '_council_reference_alert_update.html' problem=report p_style=secondary_p_style %]
[% END %]
[% END %]
[% INCLUDE '_email_bottom.html' %]