[% rss_alt = loc('RSS feed'); rss_title = loc('RSS feed of recent local problems'); rss_url = pc ? c.uri_for( "/rss/pc", pc ) : c.uri_for( "/rss/l/$short_latitude,$short_longitude" ); email_url = c.uri_for( '/alert/list', { lat => short_latitude, lon => short_longitude, feed => "local:$short_latitude:$short_longitude", } ); url_skip = c.uri_for( '/report/new', { pc => pc latitude => short_latitude, longitude => short_longitude, skipped => 1, } ); PROCESS "maps/${map.type}.html"; INCLUDE 'header.html', title => loc('Viewing a location') rss => [ loc('Recent local problems, FixMyStreet'), rss_url ], bodyclass => 'mappage', robots => 'noindex,nofollow'; allow_creation = !c.cobrand.only_authed_can_create || (c.user && c.user.from_body); %] [% IF allow_creation %]
[% END %] [% INCLUDE 'footer.html' %]