{% for tap in taps %}
{% if tap.current_keg %}
{% with tap.current_keg as keg %}
{% include "kegweb/keg-snapshot.html" %}
{% endwith %}
{% endif %}
{% endfor %}
{% if current_session %}
Now Drinking
{% with current_session as session %}
{% include "kegweb/keg-session.html" %}
{% endwith %}
{% endif %}
{% with recent_images as pictures %}
{% if pictures.count %}