[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Confirm account') %] [% IF token_not_found %] [%# Shown whenever there's an invalid token, eg while confirming a report or logging in without a password %]

[% loc('Sorry, that wasn’t a valid link') %]

[% loc('The link might have expired, or maybe you didn’t quite copy and paste it correctly.') %]

[% ELSE %]
[% IF c.config.SIGNUPS_DISABLED %]

[% loc("Nearly done!") %]

[% loc("If there's a user associated with the address you entered, we've sent a confirmation email.") %]

[% loc("Click the link in that email to sign in.") %]

[% ELSE %]

[% loc("Nearly done! Now check your email…") %]

[% loc("Click the link in our confirmation email to sign in.") %]

[% END %]

[% loc("Can’t find our email? Check your spam folder – that’s the solution 99% of the time.") %]

[% END %] [% INCLUDE 'footer.html' %]