{% extends "teleforma/course_media.html" %} {% load telemeta_utils %} {% load teleforma_tags %} {% load i18n %} {% block extra_javascript %} {% endblock extra_javascript %} {% block course %}
{{ document.course.title }}{% for type in document.course_type.all%} - {{ type }}{% endfor %}{% if document.type %} - {{ document.type }}{% endif %}
{% if access_error %}

{{ access_error }}

{{ message }}

{% else %}
{% endif %} {% block general_info %}
{% trans "Title" %}
{{ document.title }}
{% endblock general_info %}
{% endblock course %} {% block chat %} {% if room %} {% with "Local tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %} {% endblock chat %}