{% 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 "Audio" %}
{{ course.title }} - {{ type }} - {% trans "Session" %} {{ conference.session }}
{% if access_error %}

{{ access_error }}

{{ message }}

{% else %} {% for livestream in livestreams %} {% if "webm" == livestream.stream_type %}
{% endif %} {% endfor %} {% endif %}
{% block general_info %}
{% if conference.professor %}
{% trans "Course" %}
{{ conference.course.title }} - {{ conference.course_type }}
{% trans "Session" %}
{{ conference.session }}
{% trans "Professor" %}
{{ conference.professor }}
{% endif %} {% if conference.comment %}
{% trans "Comment" %}
{{ conference.comment }}
{% endif %}
{% trans "Begin date" %}
{{ conference.date_begin }}
{% if conference.date_end %}
{% trans "End date" %}
{{ conference.date_end|yes_no }}
{% endif %}
{% trans "Live" %}
{% trans "Yes" %}
{% if conference.room %}
{% trans "Room" %}
{{ conference.room }}
{% endif %} {% if user.is_staff or user.is_superuser %}
{% trans "Conference ID" %}
{{ conference.public_id }}
{% endif %}
{% endblock general_info %}
{% endblock course %} {% block chat %} {% if room %} {% with "Local tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %} {% endblock chat %}