{% extends "base.html" %} {% block title %}Stats{% endblock title %} {% block main %}

Statistics

Histogram

Click here to see the full histogram view


Table

{% for row in stats_table_data() %} {% endfor %}
Board Bans
{{row['board']}} {{row["bans"]}}

{% endblock main %}