aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/index-steps.html
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-11-14 09:25:42 +0000
committerDave Whiteland <dave@mysociety.org>2012-11-14 09:25:42 +0000
commit9bfeaf5027cfd89b3f65224c36c25a2112ed2768 (patch)
tree13d8aa9031973cd8297935172a386142eb869c72 /templates/web/default/index-steps.html
parentfb50071d8b618f61abee90333e372116de24f4a8 (diff)
parentc6862472ea83b24896421c27149563213bb0f3d1 (diff)
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet
Diffstat (limited to 'templates/web/default/index-steps.html')
-rw-r--r--templates/web/default/index-steps.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/web/default/index-steps.html b/templates/web/default/index-steps.html
new file mode 100644
index 000000000..7129241d2
--- /dev/null
+++ b/templates/web/default/index-steps.html
@@ -0,0 +1,24 @@
+<h2>[% loc('How to report a problem') %]</h2>
+
+<ol class="big-numbers">
+[% IF c.cobrand.moniker == 'fixmybarangay' %]
+ <li>Text LUZ or BSN followed by your report to 12345</li>
+ <li>Visit the Barangay Center in person</li>
+ <li>Staff? <a href="/auth">Sign in</a> and click on the map!
+[% ELSE %]
+ <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>
+ [% ELSE %]
+ <li>[% loc('We send it to the council on your behalf') %]</li>
+ [% END %]
+[% END %]
+</ol>
+
+<section class="full-width">
+[% INCLUDE "front/stats.html" %]
+[% TRY %][% INCLUDE "front/tips.html" %][% CATCH file %][% END %]
+</section>
+