Templates werden nicht mehr übersetzt gespeichert.
[kivitendo-erp.git] / templates / webpages / admin / user_migration_done_master.html
1 [%- USE T8 %]
2 [% USE HTML %]<body>
3
4  <div class="listtop">[% title %]</div>
5
6  <form method="post" action="admin.pl">
7
8   <p>[% 'The following users have been migrated into the authentication database:' | $T8 %]</p>
9
10   <p>[% FOREACH row = MEMBERS %][% HTML.escape(row.login) %] [% END %]</p>
11
12   <input type="hidden" name="nextsub" value="create_standard_group_ask">
13
14   <input type="submit" class="submit" name="action" value="[% 'Continue' | $T8 %]">
15
16  </form>
17
18 </body>
19 </html>