{% load kegweblib %} Sessions A total of {{ stats.sessions_count }} drinking session{{ stats.sessions_count|pluralize }} {% if stats.sessions_count == 1 %}has{% else %}have{% endif %} been recorded. Drinks A total of {{ stats.total_pours }} pour{{ stats.total_pours|pluralize }} have been recorded, totalling {% volume stats.total_volume_ml %}. Drinkers At least {{ stats.registered_drinkers|length }} known drinker{{ stats.registered_drinkers|length|pluralize }} {% if stats.has_guest_pour %}(and untold guests){% endif %} have poured. Average Pour The average pour size is {% volume stats.average_volume_ml %}. Volume by Weekday {% chart volume_by_day stats 340 100 %}