{# Copyright (C) 2023 Dirk Stöcker This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms are also available at https://trac.edgewall.org/wiki/TracLicense. This software consists of voluntary contributions made by many individuals. For the exact contribution history, see the revision history and logs, available at https://trac.edgewall.org/. #} # extends 'admin.html' # block admintitle ${_("Spam User Handling")} # endblock admintitle # block adminpanel

${_("Spam Filtering: User handling (%(type)s)") % {'type': usertype}} # if stats: ${entrytext} # endif

# if stats:
${_("There are %(total)s different entries in the database, %(registered)s users are registered and %(unused)s have not been used.") % {'total': stats['numtotal'], 'registered': stats['numauthorized'], 'unused': stats['numunused']}}
# endif # if username: # for date, link, action in user: # if link: # else: #endif # endfor
${_("Date")} ${_("Action of user '%(user)s'") % {'user': username}}
${format_datetime(date) if date else "-"}${action}${action}
# endif # if accmgr and mode == 'unusedmulti':
${jmacros.form_token_input()} # include 'usertable.html'
# if users: # endif
# else: # include 'usertable.html' # endif
${jmacros.form_token_input()} # if encoded:

${_("Values must be URL encoded!")}

#endif
# if encoded: # endif # if auth: # endif
${jmacros.form_token_input()}
${jmacros.form_token_input()}
# endblock adminpanel