aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/hart/tokens/confirm_problem.html
blob: 68223e92b1624243204d5103cbfbb8a429a3d53e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[% INCLUDE 'header.html', title = loc('Confirmation') %]

<h1>[% loc('Confirmation') %]</h1>

<p class="confirmed">
Thank you. You have successfully confirmed your report
[% IF c.cobrand.owns_problem( report ) %]
and this will now be investigated by the council.
You can <a href="[% c.cobrand.base_url_for_report( report ) %][% report.url %]">view the report on this site</a>.
[% ELSE %]
and this has now been passed on to [%# TODO make this generic %] <b>Hampshire County Council</b> to investigate.
Note that Hart District Council is not responsible for this type of problem.  However you can continue to view your report on the <a href="[% c.cobrand.base_url_for_report( report ) %][% report.url %]"><i>fixmystreet.com</i> website</a>.
[% END %]
</p>

<p>Your reference for this report is [% report.id %], please quote it in any enquiries.
</p>

[% INCLUDE 'footer.html' %]