{% extends "teleforma/course_media.html" %} {% load telemeta_utils %} {% load teleforma_tags %} {% load i18n %} {% block module-action %} {% get_telecaster as telecaster %} {% if telecaster %}
{% trans "S T O P" %}
{% endif %} {% endblock module-action %} {% block course %}
 {% trans "Video" %}
{{ course.title }}{% if course.description %} - {{ course.description }}{% endif %} - {{ conference.session }} - {{ conference.professor }}
{% if access_error %}

{{ access_error }}

{{ message }}

{% else %} {% for livestream in livestreams %} {% if "mp3" == livestream.stream_type %}
{% endif %} {% endfor %} {% endif %}
{% block general_info %}
{% trans "Title" %}
{{ conference.course.title }}
{% trans "Professor" %}
{{ conference.professor }}
{% trans "Session" %}
{{ conference.session }}
{% trans "Room" %}
{{ conference.room }}
{% trans "Begin" %}
{{ conference.date_begin }}
{% trans "End" %}
{{ conference.date_end|yes_no }}
{% trans "Live" %}
{{ conference.streaming|yes_no }}
{% endblock general_info %}
{% endblock course %} {% block chat %} {% if room %} {% with "Local tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %} {% endblock chat %}