[% IF c.user.email_verified OR (c.user.email AND NOT verifying); SET title = loc('Change email address'); ELSIF c.user.email; SET title = loc('Verify email address'); ELSE; SET title = loc('Add email address'); END -%] [% INCLUDE 'header.html' bodyclass = 'authpage' %]

[% title %]

[% IF c.user.email_verified OR (c.user.email AND NOT verifying) %] [% loc('Your email address') %]: [% c.user.email %] [% ELSIF c.user.email %] [% DEFAULT username = c.user.email %] [% END %]
[% IF username_error; errors = { missing_email = loc('Please enter your email'), other_email = loc('Please check your email address is correct') }; loc_username_error = errors.$username_error || errors.other_email; %]
[% loc_username_error %]
[% END %]
[% INCLUDE 'footer.html' %]