[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Questionnaire') %]

[% loc('Thank you for your feedback') %]

[% IF been_fixed == 'Unknown' %]

[% loc('If you get some more information about the status of your problem, please come back to the site and leave an update.') %]

[% ELSIF new_state == 'confirmed' OR (!new_state AND problem.is_open) OR (!new_state AND problem.is_closed) %] [% INCLUDE 'questionnaire/completed-open.html' %] [% ELSIF been_fixed == 'Yes' %]

[% loc('Glad to hear it’s been fixed!') %]

[% END %]
[% INCLUDE next_steps.html utm_content='questionnaire completed' %] [% INCLUDE 'footer.html' %]