endfor was misplaced
[cascardo/eventmanager.git] / templates / programacao.html
index 6839348..c67188d 100644 (file)
     {% endifchanged %}
     <span style="font-size:12pt"><a href="/palestra/{{p.id}}/" style="color:#333;">{{p.titulo}}</a></span>
         <br />
+        <span style="margin-left:20px">
+           {{p.time_start}}-{{p.time_end}}
+        </span>
+         <br />
+         <span style="margin-left:20px">
+         {% ifequal p.room 0 %}
+            Auditório
+         {% else %}
+            Sala {{p.room}}
+         {% endifequal %}
+         </span>
+         <br />
         <span style="font-weight:bolder;margin-left:15px">Palestrante{{ p.palestrante.all|pluralize }}:</span>
         <br />
             {% 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 %}
         </span>
-            {% endfor %}
         <br />
+            {% endfor %}
     {% endfor %}
 {% else %}
 <div id="404" style="text-align:center">