From: Guillaume Pellerin Date: Tue, 5 Feb 2019 01:23:33 +0000 (+0100) Subject: Merge branch 'docker' into tc202-dev X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6fa8931e316097d2611b2b8b22867b43a5683cc4;p=teleforma.git Merge branch 'docker' into tc202-dev --- 6fa8931e316097d2611b2b8b22867b43a5683cc4 diff --cc teleforma/templates/teleforma/inc/conference_list.html index 18d11bad,583dae02..c5637236 --- a/teleforma/templates/teleforma/inc/conference_list.html +++ b/teleforma/templates/teleforma/inc/conference_list.html @@@ -7,48 -7,47 +7,67 @@@

{% trans "Live conferences"%}

- +
- {% for conference in conferences %} - {% if not conference.class_group or conference.class_group|class_group_allows_user:user %} - {% for conference in conferences|from_period:period %} - {% for stream in conference.livestream.all %} - {% if stream.stream_type == 'webm' %} ++ {% for conference in conferences|from_period:period %} ++ {% if not conference.class_group or conference.class_group|class_group_allows_user:user %}) + {% for stream in conference.livestream.all %} + {% if stream.stream_type == 'webm' %} - + + {% if stream.streaming %} + + + - {% else %} -
- -
- {% endif %} - + + + + {% else %} +
+
+ {% endif %} + {% endif %} - {% endfor %} - {% endfor %} + {% endfor %} + {% endif %} + {% endfor %} -
+ + {% trans 'Click here' %} + + +
+
+
{% trans "Title" %}
{{ stream.conference.course.title }}
+
{% trans "Session" %}
{{ stream.conference.session }}
+ {% if stream.conference.professor.user.username %} +
{% trans "Professor" %}
{{ stream.conference.professor }}
+ {% endif %} +
{% trans "Begin" %}
{{ stream.conference.date_begin }}
+
+
+
{% if stream.streaming %} - - - {% endif %} -
+ + {% trans 'Click here' %} + + +
+
+
{% trans "Title" %}
{{ stream.conference.course.title }}
+
{% trans "Session" %}
{{ stream.conference.session }}
+ {% if stream.conference.professor.user.username %} +
{% trans "Professor" %}
{{ stream.conference.professor }}
+ {% endif %} +
{% trans "Begin" %}
{{ stream.conference.date_begin }}
+
+
+
+ {% if stream.streaming %} + + + {% endif %} +
+ {% endif %} {% endwith %}