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.
{% if stats.average_volume_ml %}
Average Pour
The average pour size is
{% volume stats.average_volume_ml %}.