{% extends "page-twocol.html" %} {% load kegweblib %} {% block title %}drink {{ drink.seqn }} by {{ drink.user.username }}{% endblock %} {% block pagetitle %}drink {{ drink.seqn }} by {{ drink.user.username }}{% endblock %} {% if drink.user %} {% block sidebar %}
{% mugshot_box drink.user %}
{% endblock sidebar %} {% endif %} {% block col-1 %}

Summary

{% if drink.keg %} {% endif %}
Size {% volume drink.volume_ml %}
When {% timeago drink.time %} {% if drink.duration %} (took {{drink.duration}} second{{drink.duration|pluralize}} to pour) {% endif %}
Keg {{drink.keg.type.name}}

This Session

{% with drink.session as session %} {% include "kegweb/keg-session.html" %} {% endwith %}
{% endblock col-1 %} {% block col-2 %} {% with drink.pictures.all as pictures %} {% if pictures.count %}

Beer Goggles!

{% include "kegweb/picture-gallery.html" %} {% endif %} {% endwith %} {% endblock col-2 %}