diff --git a/templates/themes/categories/news.html b/templates/themes/categories/news.html index ee7da702..ca1b6522 100644 --- a/templates/themes/categories/news.html +++ b/templates/themes/categories/news.html @@ -25,46 +25,46 @@ {% endif %} {% if stats %} -
+

{% trans "Post Statistics" %}

- - - - - - - - - + +
BoardPPHRecent IPs
+ + + + + + + + + + + + + + {% for boardStat in stats.boards %} - {% for boardStat in stats.boards %} - - - - - - {% endfor %} + {% endfor %} -
{% trans "Board" %}{% trans "PPH" %}{% trans "Recent IPs" %}
+ {% trans "Total" %} + + {{ stats.pph }} + + {{ stats.recent_ips }} +
- {% trans "Total" %} + {{ boardStat.title }} - {{ stats.pph }} + {{ boardStat.pph }} - {{ stats.recent_ips }} + {{ boardStat.recent_ips }}
- {{ boardStat.title }} - - {{ boardStat.pph }} - - {{ boardStat.recent_ips }} -
-
+ {% endif %}