{% extends "page-twocol.html" %} {% load kegweblib %} {% block title %}all-time system stats{% endblock %} {% block col-1 %}
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 %} |
{% for volume_ml,user in top_drinkers %} {% include "kegweb/volume-user.html" %} {% endfor %} |