{% extends "page-twocol.html" %} {% load kegweblib %} {% block title %}all-time system stats{% endblock %} {% block col-1 %}
all-time stats

Total Drinks a total of {{ stats.total_pours }} pour{{ stats.total_pours|pluralize }} have been recorded.
Average Pour the average pour size is {% volume stats.average_volume_ml %}

{% endblock col-1 %} {% block col-2 %}
top drinkers
{% for volume_ml,user in top_drinkers %} {% include "kegweb/volume-user.html" %} {% endfor %}
{% endblock col-2 %}