<div class="wizard clearfix"> <div class="steps clearfix"> <ol> <li class="done">[% lh.maketext("Select your service") %]</li> <li class="current">[% lh.maketext("Select your email address") %]</li> <li class="disabled">[% lh.maketext("Complete email challenge") %]</li> </ol> </div> <div class="content clearfix"> <h2>[% lh.maketext("Select your email address") %]</h2> <p>[% lh.maketext("Before you can create test accounts at this Identity Provider, we need to ensure you are a legitimate administrator of '[_1]'.", provider.displayname) %]</p> [% IF provider.contacts.defined %] <form action="[% env.SCRIPT_NAME %]" method="get"> <p>[% lh.maketext("Select the email address where an email challenge can be sent to validate your identity:") %]</p> [% FOREACH email IN provider.contacts.sort %] <input id="[% email %]" name="email" value="[% email %]" type="radio" class="required"/> <label for="[% email %]">[% email %]</label> <br/> [% END %] <p>[% lh.maketext("Those email addresses have been extracted from your service metadata.") %]</p> <input type="hidden" name="entityid" value="[% provider.entityid %]"/> <button class="button" type="submit" name="action" value="select_sp">[% lh.maketext("Previous") %]</button> <button class="button" type="submit" name="action" value="complete_challenge">[% lh.maketext("Next") %]</button> </form> [% ELSE %] <p> [% lh.maketext("No ContactPerson element could be found in your service metadata, therefore we are unable to provide test accounts for this service.") %] [% lh.maketext("Please contact your federation administrators to add needed information to the metadata.") %] </p> [% END %] </div> </div>