{# Table style account/user list. Arguments: - accounts: - delete_enabled: - cls: - cols: #}
# endif | ${dgettext('acct_mgr', 'Account')} | # if 'name' in cols${dgettext('acct_mgr', 'Name')} | # endif # if 'email' in cols${dgettext('acct_mgr', 'Email')} | # endif${dgettext('acct_mgr', 'Last Login')} |
---|---|---|---|---|
# endif |
${account.username}
## Additional account status icons
# if account.locked
# if account.release_hint
![]() ![]() |
# if 'name' in cols
${account.name} | # endif # if 'email' in cols# if not account.email or account.email.endswith('…') ${account.email} # else ${account.email} # endif | # endif${pretty_dateinfo(account.last_visit) if account.last_visit} |