{% extends "page-twocol.html" %} {% load kegweblib %} {% block title %}System Stats | {{ block.super }}{% endblock %} {% block pagetitle %}System Stats{% endblock %} {% block col-1 %}

Summary

{% include "kegweb/basic-badges.html" %} {% include "kegweb/basic-stats.html" %}
{% endblock col-1 %} {% block col-2 %}

Top Drinkers

{% chart users_by_volume stats 280 220 %}
{% with top_drinkers as ranked_drinkers %} {% include "kegweb/drinker-rank.html" %} {% endwith %} {% endblock col-2 %}