X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=templates%2Fprogramacao.html;h=93d5ef8c933f2bb02d77474b0c937d4e5107b92b;hb=8c047e0436035610d8330c5fddc3cfb745e265bb;hp=516611f743594ebe0fc9d4666422e6d54c11398f;hpb=0381ea34e5231e36ed879d8d368fbadfc72aacc3;p=cascardo%2Feventmanager.git diff --git a/templates/programacao.html b/templates/programacao.html index 516611f..93d5ef8 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -5,17 +5,36 @@ {% for p in aprovadas %} - {% ifchanged aprovadas.dia %} {{ aprovadas.dia }} {% endifchanged %} + {% ifchanged p.dia %} +
+
+

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

+
+ {% 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 }}: +
+ {% endfor %}
{% for x in p.palestrante.all %} {{x.nome|capfirst}} {% ifnotequal p.palestrante.all|length 1%}
{% endifnotequal %}
- {% endfor %} -
{% endfor %} {% else %}