[% PROCESS 'report/new/form_heading.html' %]
[% loc('You have successfully signed in; please check and confirm your details are accurate:') %]
[% sidebar_html | safe %]
[% INCLUDE 'errors.html' %]
[% IF c.user_exists %]
[% PROCESS "report/new/form_user_loggedin.html" type='report' %]
[% ELSE %]
[% PROCESS "report/form/user_loggedout.html" type='report' object=report %]
[% END %]
[% PROCESS 'report/new/form_report.html' %]
[% PROCESS 'report/form/submit.html' %]