diff options
Diffstat (limited to 'templates/web/hart/index-steps.html')
-rw-r--r-- | templates/web/hart/index-steps.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/web/hart/index-steps.html b/templates/web/hart/index-steps.html new file mode 100644 index 000000000..8db031cf8 --- /dev/null +++ b/templates/web/hart/index-steps.html @@ -0,0 +1,20 @@ +<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> + <li>Confirm the report and [% c.cobrand.council_name %] will investigate</li> +</ol> + +<div id="hart_hants_note"> + This site can also be used to report problems to Hampshire County Council via FixMyStreet. +</div> + +[% IF c.cobrand.moniker != 'emptyhomes' %] +<section class="full-width"> +[% INCLUDE "front/stats.html" %] +[% TRY %][% INCLUDE "front/tips.html" %][% CATCH file %][% END %] +</section> +[% END %] + |