% if defined('msg'): % if msg == 'a': User with email {{email}} exists already. % elif msg == 'b': The registration was successful. % elif msg == 'c': Passwords do not match % elif msg == 'd': The password has been updated. % elif msg == 'e': Student belongs to other user. % elif msg == 'f': Wrong input. % elif msg == 'g': Student {{studentname}} deleted. % elif msg == 'h': Student {{oldname}} is now {{newname}}. % elif msg == 'i': An error has occurred. % elif msg == 'j': A email has been sent to you. Click at the link in the email to complete the process. % elif msg == 'k': Could not find any user with signup token {{token}}. % elif msg == 'l': Verification type not supported. % elif msg == 'm': There is no email service available to this server, so no way to recover your password. % end % else: Welcome. % end

% include('chcko/main')