{% extends "page-twocol.html" %} {% load kegweblib %} {# Suppress page title on homepage. #} {% block header-margin %}{% endblock %} {% block col-1 %} {% if DEMO_MODE %} {% include 'contrib/demomode/demo_notice.html' %} {% endif %} {% block messages %} {% for message in messages %}
{% endfor %} {% endblock messages %} {% if not current_session and not most_recent_session %}This will be more interesting once some activity is recorded.
{% else %} {% if current_session %}See all taps in fullscreen mode.
{% else %}No taps are configured. {% if user.is_staff %} (Want to manage taps?) {% endif %}
{% endif %} {% endblock col-2 %}