[% WRAPPER index.tt2.html %]
  1. [% lh.maketext("Select your service provider") %]
  2. [% lh.maketext("Select your email address") %]
  3. [% lh.maketext("Complete email challenge") %]

[% lh.maketext("Select your service provider") %]

[% lh.maketext("Please select the service provider you want to test in one of the lists below.") %]  [% lh.maketext("You must be an administrator of that service to continue afterwards.") %]

[% FOREACH group IN groups() %]
[% lh.localize(group.label) %] [% SWITCH group.type %] [% CASE 'list' %] [% CASE 'link' %] [% lh.localize(group.message) %] [% END %]
[% END %]
[% lh.maketext("Those service providers have been extracted from the selected federation metadata.") %]
[% END %]