[% INCLUDE 'header.html', title => '' %]
[% IF error %]
[% error %]
[% END %]
[%
subhead
= c.cobrand.moniker == 'southampton'
? '(like graffiti, fly tipping, or broken paving slabs)'
: loc('(like graffiti, fly tipping, broken paving slabs, or street lighting)');
%]
[% loc('Report, view, or discuss local problems') %]
[% IF subhead != ' ' %]
[% subhead %]
[% END %]
[% TRY %][% INCLUDE 'front/news.html' %][% CATCH file %][% END %]
[%
question
= c.cobrand.enter_postcode_text()
|| loc("Enter a nearby GB postcode, or street name and area");
%]
[% loc('How to report a problem') %]
- [% question %]
- [% loc('Locate the problem on a map of the area') %]
- [% loc('Enter details of the problem') %]
- [% loc('We send it to the council on your behalf') %]
[% INCLUDE "front/stats.html" %]
[% TRY %][% INCLUDE "front/tips.html" %][% CATCH file %][% END %]
[%
recent_photos = c.cobrand.recent_photos(3);
probs = c.cobrand.recent();
%]
[% IF probs.size || recent_photos.size %]
[% IF recent_photos.size %]
[% loc('Photos of recent reports') %]
[% FOREACH p IN recent_photos %]
![[% p.title | html %] [% p.title | html %]](/photo?tn=1;id=[% p.id %])
[% END %]
[% END %]
[% IF probs.size %]
[% loc('Recently reported problems') %]
[% END %]
[% END %]
[% INCLUDE 'footer.html' %]