aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/questionnaire/completed.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/questionnaire/completed.html')
-rw-r--r--templates/web/base/questionnaire/completed.html25
1 files changed, 11 insertions, 14 deletions
diff --git a/templates/web/base/questionnaire/completed.html b/templates/web/base/questionnaire/completed.html
index 1373a084f..32aa8bd68 100644
--- a/templates/web/base/questionnaire/completed.html
+++ b/templates/web/base/questionnaire/completed.html
@@ -1,24 +1,21 @@
[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Questionnaire') %]
-[% advert_outcome = 1 %]
+<div class="confirmation-header">
-[% IF been_fixed == 'Unknown' %]
- [% loc('<p>Thank you very much for filling in our questionnaire; if you
- get some more information about the status of your problem, please come back to the
- site and leave an update.</p>') %]
+ <h1>[% loc('Thank you for your feedback') %]</h1>
-[% ELSIF new_state == 'confirmed' OR (!new_state AND problem.is_open) OR (!new_state AND problem.is_closed) %]
- [% INCLUDE 'questionnaire/completed-open.html' %]
- [% advert_outcome = 0 %]
+ [% IF been_fixed == 'Unknown' %]
+ <p>[% loc('If you get some more information about the status of your problem, please come back to the site and leave an update.') %]</p>
-[% ELSIF been_fixed == 'Yes' %]
- [% loc('<p style="font-size:150%">Thank you very much for filling in our questionnaire; glad to hear it&rsquo;s been fixed.</p>') %]
+ [% ELSIF new_state == 'confirmed' OR (!new_state AND problem.is_open) OR (!new_state AND problem.is_closed) %]
+ [% INCLUDE 'questionnaire/completed-open.html' %]
-[% END %]
+ [% ELSIF been_fixed == 'Yes' %]
+ <p>[% loc('Glad to hear it’s been fixed!') %]</p>
-[% IF advert_outcome %]
- [% INCLUDE next_steps.html %]
+ [% END %]
-[% END %]
+</div>
+[% INCLUDE next_steps.html %]
[% INCLUDE 'footer.html' %]