[% INCLUDE 'header.html', bodyclass = 'fullwidthpage', title = loc('Confirm account') %] [% IF token_not_found %]

[% 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 %] [% DEFAULT submit_url = '/auth/phone' %]
[% IF incorrect_code %]

[% loc('Sorry, that wasn’t the correct code') %]

[% loc('Try again') %]:

[% ELSE %]

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

[% loc("We have sent a confirmation code to your phone. Please enter it below:") %]

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