[% INCLUDE 'header.html', title => loc('Confirmation') %]

[% loc('Confirmation') %]

[% IF creator_fixed %] [% tprintf(loc('Thank you — you can view your updated problem on the site.'), c.uri_for( '/report', problem_id ) ); %] [% ELSE %] [% tprintf( loc('You have successfully confirmed your update and you can now view it on the site.'), c.uri_for( '/report', update.problem.id ) _ '#update_' _ update.id ); %] [% END %]

[% display_crosssell_advert( update.user.email, update.name ) %] [% INCLUDE 'footer.html' %]