{% load teleforma_tags %} {% load i18n %} {% with course.conference.all|from_course_type:type as conferences %} {% if conferences %}

{% trans "Live conferences"%}

{% for conference in conferences %} {% for stream in conference.livestream.all %} {% if stream.stream_type == 'webm' %} {% if stream.streaming %} {% else %}
{% endif %} {% endif %} {% endfor %} {% endfor %}
{% trans 'Click here' %}
{% trans "Title" %}
{{ stream.conference.course.title }}
{% trans "Session" %}
{{ stream.conference.session }}
{% trans "Professor" %}
{{ stream.conference.professor }}
{% trans "Begin" %}
{{ stream.conference.date_begin }}
{% if stream.streaming %} {% endif %}
{% endif %} {% endwith %}