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

New problem in your area

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

Show full report

Reported by:

[%~ IF report.user.phone %] [%~ END %]
Name [% report.name | html %]
Email [%~ IF report.user.email ~%] [% report.user.email | html %] [%~ ELSE ~%] No email address provided, only phone number [%~ END ~%]
Phone [% report.user.phone | html %]
[% end_padded_box | safe %] [% WRAPPER '_email_sidebar.html' object = report %]

[% report.title | html %]

[% report.category | html %]

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

Location: [%~ report.latitude %], [% report.longitude ~%] [% IF closest_address %]
[% closest_address | trim | replace("\n\n", "
") %][% END %]

Road: [% report.get_extra_field_value('road_name') %]

Section: [% report.get_extra_field_value('sect_label') %]

Area: [% report.get_extra_field_value('area_name') %]

Heard from: [% report.get_extra_metadata('where_hear') %]

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