aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/fixmystreet.com/static/unresponsive.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/fixmystreet.com/static/unresponsive.html')
-rw-r--r--templates/web/fixmystreet.com/static/unresponsive.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/templates/web/fixmystreet.com/static/unresponsive.html b/templates/web/fixmystreet.com/static/unresponsive.html
new file mode 100644
index 000000000..be8a3c6e1
--- /dev/null
+++ b/templates/web/fixmystreet.com/static/unresponsive.html
@@ -0,0 +1,38 @@
+[% INCLUDE header.html
+ title = 'Unresponsive councils: What you can do', bodyclass = 'unresponsive-council fullwidthpage'
+%]
+
+<div class="unresponsive-council__header">
+ <h1>Bad news :(</h1>
+ <p><strong class="unresponsive-council-name">[% body.name %]</strong> no
+ longer accepts [% IF category %][% category | html %][% END %]
+ reports from FixMyStreet.</p>
+</div>
+
+<div class="unresponsive-council__body">
+ <p><strong class="unresponsive-council-name">[% body.name %]</strong> is one
+ of only <strong>2%</strong> of councils that don’t accept reports from
+ FixMyStreet. We’re sad about it too, but here are some things you can do now:</p>
+
+ [% IF body.external_url %]
+ <a href="[% body.external_url %]" class="unresponsive-council-cta unresponsive-council-cta--primary">
+ <strong>Report your issue directly</strong> to <span class="unresponsive-council-name">[% body.name %]</span> on their website
+ </a>
+ [% ELSE %]
+ <a href="https://www.google.co.uk/search?q=report+[% body.name | uri %]" class="unresponsive-council-cta unresponsive-council-cta--primary">
+ Find the website of <span class="unresponsive-council-name">[% body.name %]</span> and <strong>report your issue directly</strong>
+ </a>
+ [% END %]
+
+ <h2>If you’d prefer to use FixMyStreet next time:</h2>
+
+ <a href="https://www.writetothem.com/" class="unresponsive-council-cta">
+ <strong>Write to your MP or local councillors</strong> to let them know this isn’t okay
+ </a>
+
+ <a href="https://twitter.com/intent/tweet?via=fixmystreet" class="unresponsive-council-cta">
+ <strong>Tweet</strong> to let <span class="unresponsive-council-name">[% body.name %]</span></strong> know you’d rather use FixMyStreet
+ </a>
+</div>
+
+[% INCLUDE footer.html %]