{% extends "base.html" %} {% block headers %} {% endblock headers %} {% block submenu %} {% if user.is_superuser %} {% endif %} {% endblock submenu %} {% block title %} Bayes information {% endblock title %} {% block heading %} Bayes information {% endblock heading %} {% block content %}
Bayes Database Information
{% if data %}
Bayes Version
{{ data.version }}
Number of Spam messages
{{ data.spam }}
Number of Ham messages
{{ data.ham }}
Number of Tokens
{{ data.tokens }}
Newest Token
{{ data.ntoken }}
Oldest Token
{{ data.otoken }}
Last Journal Sync
{{ data.ljournal }}
Last Expiry
{{ data.expiry }}
Last Expiry Reduction Count
{{ data.rcount }}
{% else %}
Bayes information could not be collected.
{% endif %} {% endblock content %}