[% i18n_format("Created account %s", account.pid) %]
Details :
- [% i18n("Username") %] : [% account.pid %]
- [% i18n("Password") %] : [% account.password %]
- [% i18n("Email") %] : [% account.email %]
[% FOREACH action IN account.actions %]
- [% i18n(action.type) %] : [% action.value %]
[% END %]
[% IF account.local_user.login_remaining.defined %]
[% IF account.local_user.login_remaining != 1 %]
- Allowed amount of logins : [% account.local_user.login_remaining %]
[% ELSE %]
- This account can only be used once.
[% END %]
[% END %]
[% i18n("An e-mail with the login informations will follow in the next minutes") %]