{% extends "base.html" %} {% load kegweblib %} {% block title %}Drink {{ drink.id }} by {% drinker_name drink nolink %} | {{ block.super }}{% endblock %} {% block pagetitle %}Drink {{ drink.id }} by {% drinker_name drink %}{% endblock %} {% block content %} {% if user.is_staff %} {% endif %} {% if picture_form %} {% endif %}
{% if user.is_staff %} {% else %} {% endif %} {% if drink.keg %} {% endif %}
Size
{% csrf_token %}
{% if kbsite.volume_display_units == 'metric' %} mL {% else %} oz {% endif %}
{% volume drink.volume_ml %} {% if drink.duration %} (took {{drink.duration}} second{{drink.duration|pluralize}} to pour) {% endif %}
When {% timeago drink.time %}
Keg {{drink.keg.type.name}}
Session {{ drink.session.GetTitle }} ({{ drink.session.summarize_drinkers|safe }})
Permalink {{ drink.ShortUrl }}
{% if user.is_staff %}

Manager Controls

{% csrf_token %}
Spill Delete
{% endif %}
{% if drink.picture %} {% if picture_form %}
{% endif %} {% endif %} {% if drink.shout %} {% include 'kegweb/includes/drink_shout.html' %} {% endif %}
{% endblock content %}