[% IF login_error == 'ticket_sent' %]

[%|loc%]Message sent[%END%]

[%|loc%]We've sent you an email that will allow you choose your password. Please check your mailbox.[%END%]

[% ELSIF login_error == 'unable_to_send_ticket' %]

[%|loc%]We were not able to send you a validation message.[%END%]

[% ELSIF login_error == 'unable_to_create_ticket' %]

[%|loc%]Internal error: could not build a validation link, please contact the service administrator[%END%]

[% ELSE %]

[%|loc%]Unkown error.[%END%]

[% END %]