# extends 'admin.html' # block admintitle ${dgettext('acct_mgr', 'Accounts')} # endblock admintitle # block adminpanel ## Account property editor
${jmacros.form_token_input()}
${dgettext('acct_mgr', 'Add New Account:')}
# if ignore_auth_case

${dgettext('acct_mgr', 'Only lowercase usernames allowed')}

# endif

# if verify_enabled # endif
# if create_enabled # endif
# if not listing_enabled

${dgettext('acct_mgr', 'This password store does not support listing users.')}

# else
# endif ## TRANSLATOR: Position (# to # of #) or total, if not paginating

${ i18n_tag( dgettext("acct_mgr", "Accounts [1:(%(count)s)]"), tag.span(class_='trac-count'), count=displayed_items) }

${dgettext('acct_mgr', 'Filters')}
${dgettext('acct_mgr', 'Status')} # for filter in filters # endfor
${jmacros.form_token_input()} # with # set paginator = accounts # include "page_index.html" # endwith ## Main account list # include "account_user_table.html" # with # set paginator = accounts # include "page_index.html" # endwith
# if password_reset_enabled # endif # if delete_enabled # endif # if 'ACCTMGR_ADMIN' in req.perm # endif
# endblock adminpanel