Show start and end time and room in schedule.
[cascardo/eventmanager.git] / templates / programacao.html
index 6839348..454d404 100644 (file)
             {% for x in p.palestrante.all %}
         <span style="margin-left:30px">
             <a href="/palestrante/{{x.id}}/">{{x.nome|capfirst}} </a>{% ifnotequal p.palestrante.all|length 1%}<br /> {% endifnotequal %}
+           {{p.time_start}}-{{p.time_end}}
+           <br />
+           {% if p.room == 0 %}
+             Auditório
+           {% else %}
+             Sala {{p.room}}
+           {% endif %}
         </span>
             {% endfor %}
         <br />