--- /dev/null
+[% USE HTML %]<body>
+
+ <div class="listtop">[% title %]</div>
+
+ <form method="post" action="admin.pl">
+
+ <p>The following users have been migrated into the authentication database:</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">
+
+ </form>
+
+</body>
+</html>