From: Thadeu Lima de Souza Cascardo Date: Tue, 9 Oct 2007 20:05:23 +0000 (-0300) Subject: Grade is now a table X-Git-Url: http://git.cascardo.info/?p=cascardo%2Feventmanager.git;a=commitdiff_plain;h=c2227a4d1b8cf00c9b95dfc51c2b4dfe0cf4bb36 Grade is now a table --- diff --git a/templates/grade.html b/templates/grade.html index 0cf74a4..b6a3be0 100644 --- a/templates/grade.html +++ b/templates/grade.html @@ -1,28 +1,32 @@ {% extends "base.html" %} + {% block content %} {% if aprovadas %} - - {% for p in aprovadas %} + {% for p in aprovadas %} {% ifchanged p.dia %}

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



+ + + {% endifchanged %} + {% ifchanged p.time_start %} + + + + {% endifchanged %} + + {% ifchanged p.dia %} + +
p.time_start p.titulo
{% endifchanged %} - {{p.titulo}} -
- Palestrante{{ p.palestrante.all|pluralize }}: -
- {% for x in p.palestrante.all %} - - {{x.nome|capfirst}} {% ifnotequal p.palestrante.all|length 1%}
{% endifnotequal %} -
- {% endfor %} -
- {% endfor %} + {% endfor %} + {% else %} +

Padre Quevedo 404


@@ -30,7 +34,9 @@ Usuario nón ecziste!
+ {% endif %} Voltar + {% endblock %}