[% PROCESS '_email_settings.html'; email_summary = "A new problem in your area has been reported by a " _ site_name _ " user."; email_footer = ""; email_columns = 2; INCLUDE '_email_top.html'; %] [% start_padded_box | safe %]

New problem in your area

[% multiple %]A user of [% site_name %] has submitted the following report of a local problem that they believe might require your attention.

[% IF report.get_extra_field_value('safety_critical') == 'yes' %]

This report is marked as safety critical.

[% END %]

Show full report

[% end_padded_box | safe %] [% WRAPPER '_email_sidebar.html' object = report %]

[% report.title | html %]

Report reference: FMS[% report.id %]

Category: [% report.category | html %]

[% IF report.get_extra_field_value('stop_code') %]

Stop number: [% report.get_extra_field_value('stop_code') | html %]

[% END %] [% IF report.get_extra_field_value('site') %]

Signal site number: [% report.get_extra_field_value('site') | html %]

[% END %] [% IF report.category == "Abandoned Santander Cycle" %]

Bike number: [% report.get_extra_field_value('Question') | html %]

[% END %] [% report.detail | html_para_email(secondary_p_style) %]

Location:
Easting/Northing [%~ " (IE)" IF coordsyst == "I" ~%] : [% easting %]/[% northing %] ( [%~ report.latitude %], [% report.longitude ~%] ) [% IF closest_address %]
[% closest_address | trim | replace("\n\n", "
") %][% END %]

[% END %] [% INCLUDE '_email_bottom.html' %]