{# 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 Monitoring")} # endblock admintitle # block adminpanel

${_("Spam Filtering: Monitoring")}

${jmacros.form_token_input()} # if not enabled

# trans Note: Logging by the spam filter is currently disabled. # endtrans

# endif # if total

${_("Viewing entries %(start)d - %(end)d of %(total)d.") % {'start': offset, 'end': offset + len(entries) - 1, 'total': total}}

# endif # set prevnext_nav # if 'prev' in chrome.links or 'next' in chrome.links # endif # endset # if entries:
# endif # include 'monitortable.html' # if entries
# if not nolog_obvious: # endif # if train_only: # endif
# endif
# endblock adminpanel