{% extends "page-twocol.html" %} {% load icanhaz %} {% load kegweblib %} {% block title %}main page{% endblock %} {% block kb-extrajs %} {% icanhaz "systemevent" %} {% icanhaz "systemevent_drink_poured" %} {% icanhaz "systemevent_list" %} {% icanhaz "systemevent_keg_started" %} {% icanhaz "systemevent_keg_ended" %} {% endblock %} {% block col-1 %} {% 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 %}

{% with current_session as session %} {% include "kegweb/keg-session.html" %} {% endwith %}

{% endif %} {% with recent_images as pictures %} {% if pictures.count %}

Recent Pictures

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

Recent Activity

{% endblock col-2 %}