[% lh.maketext("Error:") %] [% IF err == 'unknown_action' %] [% lh.maketext("unknown action") %] [% ELSIF err == 'internal' %] [% lh.maketext("internal error") %] [% ELSIF err == 'mail_notification_failure' %] [% lh.maketext("mail notification failure") %] [% ELSIF err == 'accounts_creation_failure' %] [% lh.maketext("test accounts creation failure") %] [% ELSIF err == 'wrong_token' %] [% lh.maketext("the validation token you provided is incorrect or it has already been used") %] [% ELSIF err == 'wrong_token_for_sp' %] [% lh.maketext("the validation token you provided cannot be used for this service provider ([_1])", entityid) %] [% ELSIF (matches = err.match('missing_(\w+)')) %] [% lh.maketext("missing parameter '[_1]'", matches.0) %] [% ELSE %] [% err %] [% END %]