blob: 0ee57bfcacc6a9048f27281e4f593eb7a6e3756d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<h2>[% loc('How to report a problem') %]</h2>
<ol class="big-numbers">
<li>[% question %]</li>
<li>[% loc('Locate the problem on a map of the area') %]</li>
<li>[% loc('Enter details of the problem') %]</li>
[% IF c.cobrand.is_council %]
<li>Confirm the report and [% c.cobrand.council_name %] will investigate</li>
[% ELSIF c.cobrand.moniker == 'zurich' %]
[% ELSE %]
<li>[% loc('We send it to the council on your behalf') %]</li>
[% END %]
</ol>
<section class="full-width">
[% INCLUDE "front/stats.html" %]
[% TRY %][% INCLUDE "front/tips.html" %][% CATCH file %][% END %]
</section>
|