{% endwith %}
{% endblock %}
-{% block media %}
+{% block conference %}
{% with course as course and %}
-{% include "teleforma/inc/media_list.html" %}
+{% include "teleforma/inc/conference_list.html" %}
{% endwith %}
{% endblock %}
-{% block conference %}
+{% block media %}
{% with course as course and %}
-{% include "teleforma/inc/conference_list.html" %}
+{% include "teleforma/inc/media_list.html" %}
{% endwith %}
{% endblock %}
+
{% else %}
<div class="course_content">
<p>{% trans "No document" %}</p>
{% endwith %}
{% endblock %}
- {% block media %}
+ {% block conference %}
{% with course as course %}
- {% include "teleforma/inc/media_list.html" %}
+ {% include "teleforma/inc/conference_list.html" %}
{% endwith %}
{% endblock %}
+ {% else %}
- {% block conference %}
+
+ {% block media %}
{% with course as course %}
- {% include "teleforma/inc/conference_list.html" %}
+ {% include "teleforma/inc/media_list.html" %}
{% endwith %}
{% endblock %}
- {% else %}
+
<div class="course_content">
<p>{% trans "No document" %}</p>
</div>