X-Git-Url: http://git.cascardo.info/?p=cascardo%2Feventmanager.git;a=blobdiff_plain;f=templates%2Fprogramacao.html;h=09073d3ee25fad54b644b2bea5214063fcc2db28;hp=454d4047e8afe3c10049c34265f62fe88e41a335;hb=e8a291f2b3c1ed27c1473f6be202a3c495f46d3a;hpb=2c59f03fdfbccb3b758931fb690b911e96e421d2 diff --git a/templates/programacao.html b/templates/programacao.html index 454d404..09073d3 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -15,18 +15,19 @@ {% 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}} -
- {% if p.room == 0 %} - Auditório - {% else %} - Sala {{p.room}} - {% endif %}
{% endfor %}