{% include partials/header.html %}

{% if page.title %} {{ page.title }} {% else %} {{ site.data.lang[site.conference.lang].live.stream | default: "Live Streams" }} {% endif %}

{{ content }} {%- assign nbr_streams = 0 -%} {%- for room in site.rooms -%} {%- if room.live -%} {%- assign mod_nbr_streams = nbr_streams | modulo: 2 -%} {%- if mod_nbr_streams == 0 %}
{%- endif %}

{{ room.name }}

{%- include partials/get_room_live_href.html %}
{%- if mod_nbr_streams == 1 %}
{%- endif -%} {%- assign nbr_streams = nbr_streams | plus: 1 -%} {%- endif -%} {%- endfor %} {% assign mod_nbr_streams = nbr_streams | modulo: 2 %} {%- if mod_nbr_streams == 1 %}
{%- endif %} {% include partials/footer.html %}