[% 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'; %]
[% missing %][% multiple %]A user of [% site_name %] has submitted the following report of a local problem that they believe might require your attention.
Name | [% report.name | html %] |
---|---|
[%~ IF report.user.email ~%] [% report.user.email | html %] [%~ ELSE ~%] No email address provided, only phone number [%~ END ~%] | |
Phone | [% report.user.phone | 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' %]