{% extends "wafer/base.html" %} {% load static from staticfiles %} {% load debconf %} {% load i18n %} {% block title %}{{ object.name }} - {{ WAFER_CONFERENCE_NAME }}{% endblock %} {% block content %}

{{ object.name }}

{% if object.video %}

Chat

{% irc_channels object as channels %} Join {% for channel in channels %} {% if forloop.counter > 1 %}and{% endif %} {{channel}} {% endfor %} on OFTC with your IRC client, or Join using the webchat

{% else %} {# venue with no video #} {{object.notes}} {% endif %} {% if object.video %}

Other ways to watch the video

The streams are available over HLS (used by the player above) and RTMP, in 4 qualities.
{% endif %}
{% endblock %} {% block extra_head %} {% endblock %} {% block extra_foot %} {% endblock %}