1. [% lh.maketext("Select your service") %]
  2. [% lh.maketext("Select your email address") %]
  3. [% lh.maketext("Complete email challenge") %]

[% lh.maketext("Select your email address") %]

[% lh.maketext("Before you can create test accounts at this Identity Provider, we need to ensure you are a legitimate administrator of '[_1]'.", sp.displayname) %]

[% IF sp.contacts.defined %]

[% lh.maketext("Select the email address where an email challenge can be sent to validate your identity:") %]

[% FOREACH email IN sp.contacts.sort %]
[% END %]

[% lh.maketext("Those email addresses have been extracted from your service metadata.") %]

[% ELSE %]

[% 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.") %]

[% END %]