Do not show time and room for every speaker.
[cascardo/eventmanager.git] / templates / programacao.html
index d98f870..52f9d99 100644 (file)
         <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>
-        <span style="margin-left:50px">
+        <span style="margin-left:20px">
            {{p.time_start}}-{{p.time_end}}
         </span>
          <br />
-         <span style="margin-left:50px">
+         <span style="margin-left:20px">
          {% ifequal p.room 0 %}
             Auditório
          {% else %}
          <br />
             {% endfor %}
         <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 %}
 {% else %}
 <div id="404" style="text-align:center">