--- /dev/null
+[% USE HTML %]<body>
+
+ <div class="listtop">[% title %]</div>
+
+ <form method="post" action="admin.pl">
+
+ [%- IF standard_group_created %]
+ <p>A group named "Full Access" has been created.</p>
+ [%- END %]
+
+
+ <p>The user migration process is complete.
+ You will now be forwarded to the administration panel.</p>
+
+ <input type="hidden" name="nextsub" value="list_users">
+
+ <p>
+ <input type="submit" class="submit" name="action" value="Continue">
+ </p>
+
+ </form>
+
+</body>
+</html>