[% email_summary = "A new problem in your area has been reported by a " _ site_name _ " user."; email_footer = ""; 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

[% IF report.get_extra_metadata('contributed_as') == 'anonymous_user' %]

Reported anonymously

[% ELSE %]

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 %]

Replies to this email will go to FixMyStreet and updated according to the SC code used in the Subject line.

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

[% report.title | html %]

Report ID: [% report.id %]

[% report.category | html %]

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

[%~ FOR field IN report.get_extra_fields %][% IF field.value %] [% field.description OR field.name %]: [% field.value %] [% IF NOT loop.last %]
[% END %] [%~ END %][% END %]

[% END %]

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

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