[% INCLUDE 'header.html', title = '' %] [% IF error %]

[% error %]

[% END %]

[% subhead = c.cobrand.moniker == 'southampton' ? '' : 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 %] [% PROCESS 'around/postcode_form.html' %]
[% INCLUDE 'index-steps.html' %]
[% recent_photos = c.cobrand.recent_photos('front', 3); probs = c.cobrand.recent(); %] [% IF probs.size || recent_photos.size %]

[% loc('Recently reported problems') %]

[% IF recent_photos.size %]

[% FOREACH p IN recent_photos; photo = p.get_photo_params; %] [% p.title | html %] [% END %]

[% END %] [% IF probs.size %] [% END %]
[% END %] [% INCLUDE 'footer.html' %]