X-Git-Url: http://git.cascardo.info/?p=cascardo%2Feventmanager.git;a=blobdiff_plain;f=templates%2Fprogramacao.html;h=d98f870ce78b61b75acf28b6928f149b2dbe6ff2;hp=35d9d0240fce6501b0c664c7c866a3dee0369f08;hb=a69d565c0dc11ec33541cf03b60cfe2804da077a;hpb=3cbe00b9d38a5e5c2a2407f58de692379b417e65 diff --git a/templates/programacao.html b/templates/programacao.html index 35d9d02..d98f870 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -5,7 +5,14 @@ {% for p in aprovadas %} - {% ifchanged p.dia %} {{ p.dia|date:"l" }} {% endifchanged %} + {% ifchanged p.dia %} +
+
+

+ {{ p.dia|date:"l, d \de F" }} +

+
+ {% endifchanged %} {{p.titulo}}
Palestrante{{ p.palestrante.all|pluralize }}: @@ -14,6 +21,18 @@ {{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 %}