% if defined('msg') and 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': Role belongs to other user. % elif msg == 'f': Wrong input. % elif msg == 'g': Role {{studentname}} deleted. % elif msg == 'h': Role {{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. % end % else: % if defined('errormsg'): {{! errormsg.replace('400_','Bad Request ').replace('403_','No Access ').replace('404_','Not Found ') }} % end % end

% include('chcko/main')