{% extends "telemeta/base.html" %} {% load teleforma_tags %} {% load telemeta_utils %} {% load i18n %} {% block extra_javascript %} {% endblock extra_javascript %} {% block content %}
{% block modules %}

playlists{% trans "My courses" %}

    {% block courses %} {% for c in all_courses %} {% with c.course as course %}
  • {{ course.title }}
  • {% endwith %} {% endfor %} {% endblock courses %}
{% block module-action %} {% get_telecaster as telecaster %} {% if telecaster %}
{% trans "New conference" %}
{% endif %} {% endblock module-action %} {% block notes %} {% endblock notes %}
{% endblock modules %} {% block course %}
{% for c in object_list %} {% with c.course as course %} {% for type in c.types %}
{% block conference %} {% include "teleforma/inc/conference_list.html" %} {% endblock %} {% block media %} {% include "teleforma/inc/media_list.html" %} {% endblock %} {% block document %} {% with forloop.counter as type_counter %} {% include "teleforma/inc/document_list.html" %} {% endwith %} {% endblock %}
{% endfor %} {% endwith %} {% endfor %}
{% endblock course %}
{% block status %} {% get_telecaster as telecaster %} {% if telecaster %}

status {% trans "Status" %}

{% endif %} {% endblock status %} {% block chat %} {% if room %} {% with "General tweeter" as title %} {% include "teleforma/inc/chat_room.html" %} {% endwith %} {% endif %} {% endblock chat %}
{% endblock content %}