X-Git-Url: http://git.cascardo.info/?p=cascardo%2Feventmanager.git;a=blobdiff_plain;f=templates%2Fgrade.html;h=aa4212429dd35e6291b2545ead49da4c089d48d6;hp=44858af7e06baad3d7a42ca67c3aea68e6c3b4b3;hb=9d4f28a3b8342ef1b6404230233a8f3b9df38a50;hpb=f2e7d215a75986ec9b7e32cbc3ea56bc9ce7f4c0 diff --git a/templates/grade.html b/templates/grade.html index 44858af..aa42124 100644 --- a/templates/grade.html +++ b/templates/grade.html @@ -5,24 +5,48 @@ {% if aprovadas %} {% for p in aprovadas %} + {% if forloop.first %} + +

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

+
+ + + + {% else %} {% ifchanged p.dia %} -

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

-

-
- - {% endifchanged %} - {% ifchanged p.time_start %} - - - + + +
{{ p.time_start }}
+ + +

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

+
+ + + {% endifchanged %} - - {% ifchanged p.dia %} - -
{{ p.titulo }}
+ {% endif %} + + {% ifchanged p.time_start %} + + + + {{ p.time_start }} + {% endifchanged %} + + {{ p.titulo }} + + {% if forloop.last %} + + + + + {% endif %} {% endfor %} {% else %} @@ -37,6 +61,7 @@ {% endif %} +
Voltar {% endblock %}