Cleaned up style a little more.
[cascardo/eventmanager.git] / templates / programacao.html
index 6839348..d98f870 100644 (file)
         <span style="margin-left:30px">
             <a href="/palestrante/{{x.id}}/">{{x.nome|capfirst}} </a>{% ifnotequal p.palestrante.all|length 1%}<br /> {% endifnotequal %}
         </span>
+        <span style="margin-left:50px">
+           {{p.time_start}}-{{p.time_end}}
+        </span>
+         <br />
+         <span style="margin-left:50px">
+         {% ifequal p.room 0 %}
+            Auditório
+         {% else %}
+            Sala {{p.room}}
+         {% endifequal %}
+         </span>
+         <br />
             {% endfor %}
         <br />
     {% endfor %}