[% IF c.user.phone_verified OR (c.user.phone AND NOT verifying); SET title = loc('Change phone number'); ELSIF c.user.phone; SET title = loc('Verify phone number'); ELSE; SET title = loc('Add phone number'); END -%] [% INCLUDE 'header.html' bodyclass = 'authpage' %]
[% loc('You have successfully confirmed your phone number.') %]
[% END %] [% IF c.user.phone_verified OR (c.user.phone AND NOT verifying) %] [% loc('Your phone number') %]: [% c.user.phone_display %] [% ELSIF c.user.phone %] [% DEFAULT username = c.user.phone_display %] [% END %] [% INCLUDE 'footer.html' %]