X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=templates%2Fprogramacao.html;h=ad5b54b393895f4bcac6369f437c64052e335463;hb=96089ddb98d90288bf7ab3b317456469f2eaeafc;hp=cbad7f68dfe7e08be0833bb9ad04fc2e8d8e4453;hpb=f95c6edd7cd2847deebc5a2a6bfce243eca43481;p=cascardo%2Feventmanager.git diff --git a/templates/programacao.html b/templates/programacao.html index cbad7f6..ad5b54b 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -5,7 +5,14 @@ {% for p in aprovadas %} - {% ifchanged p.dia %} {{ p.dia }} {% endifchanged %} + {% ifchanged p.dia %} +
+
+

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

+
+ {% endifchanged %} {{p.titulo}}
Palestrante{{ p.palestrante.all|pluralize }}: @@ -13,6 +20,13 @@ {% 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}} + {% endif %}
{% endfor %}