[% pre_container_extra = BLOCK %]
[% END %]
[% INCLUDE 'header.html', title = loc('Confirmation');
DEFAULT problem = update.problem;
IF update;
SET problem_url = update.url;
ELSE;
SET problem_url = problem.url;
END;
%]
[% INCLUDE
next_steps.html,
just_interacted = 1,
utm_content = 'update confirmed',
share_url = c.cobrand.base_url_for_report(problem) _ problem.url,
twitter_comment = loc('I just updated a problem on @fixmystreet')
%]
[% INCLUDE 'footer.html' %]