X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Feventmanager.git;a=blobdiff_plain;f=templates%2Fgrade.html;fp=templates%2Fgrade.html;h=59c156aba836c3c2406b40180d78a11bad9c2dd0;hp=44858af7e06baad3d7a42ca67c3aea68e6c3b4b3;hb=1be102797f4b0a1519211387364501a583e1df40;hpb=f2e7d215a75986ec9b7e32cbc3ea56bc9ce7f4c0 diff --git a/templates/grade.html b/templates/grade.html index 44858af..59c156a 100644 --- a/templates/grade.html +++ b/templates/grade.html @@ -5,24 +5,48 @@ {% if aprovadas %} {% for p in aprovadas %} - {% ifchanged p.dia %} -

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

-

- - - {% endifchanged %} - {% ifchanged p.time_start %} - - - + {% if forloop.first %} + +

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

+
+
{{ p.time_start }}
+ + + {% endif %} + + {% ifchanged p.time_start %} + + + + + {% endifchanged %} - + + + {% ifchanged p.dia %} - -
{{ p.time_start }} {{ p.titulo }} {{ p.titulo }}
+ + + + + +

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

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