From c2227a4d1b8cf00c9b95dfc51c2b4dfe0cf4bb36 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 9 Oct 2007 17:05:23 -0300 Subject: [PATCH] Grade is now a table --- templates/grade.html | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) 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 %} -- 2.20.1