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

No Stats.. yet.

This place will be a lot more interesting once somebody has poured a drink.

{% else %}

Summary

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

Top Drinkers

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