diff options
Diffstat (limited to 'templates/web/oxfordshire/index-steps.html')
-rw-r--r-- | templates/web/oxfordshire/index-steps.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/web/oxfordshire/index-steps.html b/templates/web/oxfordshire/index-steps.html new file mode 100644 index 000000000..9d6a99c0b --- /dev/null +++ b/templates/web/oxfordshire/index-steps.html @@ -0,0 +1,13 @@ +<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> |