- <[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn" >[% "Report" %][% c.req.uri.path == '/' ? 'span' : 'a' %]> [% %]
- <[% IF c.req.uri.path == '/my' OR ( c.req.uri.path == '/auth' AND c.req.params.r == 'my' ) %]span[% ELSE %]a href="/my"[% END %]>[% loc("Your reports") %][% ( c.req.uri.path == '/my' OR ( c.req.uri.path == '/auth' AND c.req.params.r == 'my' ) ) ? 'span' : 'a' %]> [% %]
- <[% IF c.req.uri.path == '/reports/Bromley' %]span[% ELSE %]a href="/reports/Bromley"[% END %]>[% loc("All reports") %][% c.req.uri.path == '/reports' ? 'span' : 'a' %]> [% %]
- <[% IF c.req.uri.path == '/alert' %]span[% ELSE %]a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]"[% END %]>[% loc("Local alerts") %][% c.req.uri.path == '/alert' ? 'span' : 'a' %]> [% %]
- <[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END %]>[% loc("Help") %][% c.req.uri.path == '/faq' ? 'span' : 'a' %]>