X-Git-Url: http://git.cascardo.info/?p=cascardo%2Feventmanager.git;a=blobdiff_plain;f=templates%2Fprogramacao.html;h=c67188d78cde43640f7dacbbfdd03a102fc5d6a6;hp=87e1e1930e9cd53a4e9b328fad045c92a4da2e88;hb=a959bb76a8e6154df85bbb91ce828aa041e1f0f9;hpb=bdb2eb124460d23483efb15a779a7bce4ade1ddf diff --git a/templates/programacao.html b/templates/programacao.html index 87e1e19..c67188d 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -15,24 +15,26 @@ {% endifchanged %} {{p.titulo}}
+ + {{p.time_start}}-{{p.time_end}} + +
+ + {% ifequal p.room 0 %} + Auditório + {% else %} + Sala {{p.room}} + {% endifequal %} + +
Palestrante{{ p.palestrante.all|pluralize }}:
{% for x in p.palestrante.all %} {{x.nome|capfirst}} {% ifnotequal p.palestrante.all|length 1%}
{% endifnotequal %}
- - {{p.time_start}}-{{p.time_end}} -
- {% ifequal p.room 0 %} - Auditório - {% else %} - Sala {{p.room}} - {% endifequal %} -
-
- {% endfor %}
+ {% endfor %} {% endfor %} {% else %}