{% include base.html %} {% block title %} stats - nanochan {% endblock %} {% block content %}

Nanochan statistics

{% for entry in entries %} {% endfor %}
Board TPD (24h) TPW (7d) PPH (1h) PPH (24h) PPD (24h) PPD (7d) Total Posts
{% if std::next(it) != entries.end() %} /{{ entry.board }}/ {% else %} {{ entry.board }} {% endif %} {{ entry.tpd }} {{ entry.tpw }} {{ entry.pph }} {{ entry.ppdh }} {{ entry.ppd }} {{ entry.ppwd }} {{ entry.posts }}
{% endblock %}