aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/fixmystreet.com/static/unresponsive.html
blob: 8014ab8e1958b2dc43246b2615ff46f33e30fe7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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/?utm_source=fixmystreet.com&utm_campaign=workflow_links&utm_medium=link&utm_content=unresponsive_council+cta" 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 %]