[% 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]'.", provider.displayname) %]
[% IF provider.contacts.defined %]
[% lh.maketext("Select the email address where an email challenge can be sent to validate your identity:") %]
[% FOREACH email IN provider.contacts.sort %]
[% email %]
[% 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 %]