{% extends "page-twocol.html" %} {% load kegweblib %} {% load humanize %} {% block title %}{{ session.GetTitle }} | {{ block.super}}{% endblock %} {% block pagetitle %} {{ session.GetTitle }} {{ session.start_time|date:"l, F jS, P" }} {% endblock %} {% block col-1 %} {% with session.events.timeline as events %} {% include 'kegweb/includes/timeline.html' %} {% endwith %} {% endblock col-1 %} {% block col-2 %}
Session Summary | |
---|---|
Keg{{kegs|pluralize}} |
{% for keg in kegs %}
Keg #{{ keg.id }} ({{ keg.type }}) {% endfor %} |
Total | {{ session.drinks.count }} pours, {% volume session.volume_ml %} |
Drinkers | {{ stats.registered_drinkers|length }} drinker{{ stats.registered_drinkers|length|pluralize }} |
Drinker | Volume |
---|---|
{% drinker_name chunk.user %} | {% volume chunk.volume_ml %} |