[% USE Number.Format -%] [% other_categories_formatted = other_categories | format_number; -%] [% extra_js = [ version('/vendor/chart.min.js'), version('/js/dashboard.js') ] -%] [% INCLUDE 'header.html', title = loc('Dashboard'), bodyclass = 'dashboard' %]
[% body.name %] receives reports from FixMyStreet via email; you can see a full list of the email addresses we send reports to at the bottom of this page.
Local authorities can connect with FixMyStreet in a number of different ways so that reports drop directly into your existing system(s) instead of arriving by email.
FixMyStreet is an independent web service run by the charity mySociety to make it easier for anyone to report a problem in their local area without needing to have any knowledge of council boundaries or responsibilities.
As a charity our goal is to help improve services for citizens and local authorities. If you would like some help connecting FixMyStreet to your own system(s), please send an email to support@fixmystreet.com.
[% loc('Number of problems reported in each category, in the last 7 days.') %]
[% line.category %] | [% tprintf(nget("%s report", "%s reports", line.count), decode(line_count)) %] |
[% loc('Other categories') %] | [% tprintf(nget("%s report", "%s reports", other_categories), decode(other_categories_formatted)) %] |
[% tprintf( loc('%s currently does not accept reports from FixMyStreet.'), body.name) %]
[% loc('If you’d like to discuss this then get in touch.') %]
[% ELSIF body.send_method == 'Noop' %][% tprintf( loc('Reports are currently not being sent to %s.'), body.name ) %]
[% ELSIF NOT body.send_method.match('Email') AND body.send_method != '' %][% tprintf( loc('Reports to %s are currently sent directly into backend services.'), body.name) %]
[% ELSE %][% loc('We currently send all reports to the email addresses below.') %]
[% loc('You can find lots more information about FixMyStreet in our FAQs. For anything else, please get in touch') %]
[% loc('Category') %] | [% loc('Contact') %] |
---|---|
[% cat.category_display | html %] | [% cat.email | html %] |
[% loc('If there’s a better contact address for the reports you are receiving, tell us by emailing support@fixmystreet.com and we’ll update it for you.') %]
[% loc('You can find lots more information about FixMyStreet in our FAQs. For anything else, please get in touch') %]
[% END %]