[% IF errors %] [% FOREACH err IN errors %]
Error: [% IF err == 'unknown_action' %] Unknown action [% ELSIF err == 'internal' %] internal error; administrators of the federation registry have been notified. [% ELSIF err == 'wrong_token' %] the validation token you provided is incorrect or it has already been used [% ELSIF err == 'wrong_token_for_sp' %] the validation token you provided cannot be used to obtain test accounts for this service provider ([% sp_entityid %]) [% ELSIF err == 'accounts_creation_failed' %] failed to create your test accounts [% ELSIF (matches = err.match('missing_(\w+)')) %] missing parameter '[% matches.0 %]' [% ELSE %] [% err %] [% END %]