+++ /dev/null
-[%- USE T8 %]
-[%- USE HTML %]
-
- <h1>[% title %]</h1>
-
- <form method="post" action="admin.pl">
-
- <p>[% 'The following users have been migrated into the authentication database:' | $T8 %]</p>
-
- <p>[% FOREACH row = MEMBERS %][% HTML.escape(row.login) %] [% END %]</p>
-
- <input type="hidden" name="nextsub" value="create_standard_group_ask">
-
- <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
-
- </form>