[% INCLUDE 'header.html', title => loc('Local RSS feeds and email alerts') %]
[% loc('Local RSS feeds and email alerts') %]
[% loc('FixMyStreet has a variety of RSS feeds and email alerts for local problems, including
alerts for all problems within a particular ward or council, or all problems
within a certain distance of a particular location.') %]
[% IF location_offshore %]
- [% loc('That location does not appear to be covered by a council, perhaps it is offshore - please try somewhere more specific.') %]
[% ELSIF location_error %]
- [% location_error | html %]
[% ELSE %]
[% INCLUDE 'errors.html' %]
[% END %]
[% IF photos.size %]
[% loc('Some photos of recent reports') %]
[% FOREACH p IN photos %]
![[% p.title | html %] [% p.title | html %]](/photo?tn=1;id=[% p.id %])
[% END %]
[% END %]
[% INCLUDE 'footer.html' %]