Mudança da data final de inscrição.
[cascardo/eventmanager.git] / templates / grade.html
1 {% extends "base.html" %}
2
3 {% block content %}
4
5 {% if aprovadas %}
6
7   {% for p in aprovadas %}
8     {% if forloop.first %}
9  
10   <h3>
11     {{ p.dia|date:"l, d \de F" }}
12   </h3>
13   <br />
14   <table>
15     <tr>
16
17     {% ifchanged p.dia %}
18     {% endifchanged %}
19
20     {% else %}
21     {% ifchanged p.dia %}
22
23     </tr>
24   </table>
25   <br /><br />
26
27
28   <h3>
29     {{ p.dia|date:"l, d \de F" }}
30   </h3>
31   <br />
32   <table>
33     <tr>
34
35     {% endifchanged %}
36     {% endif %}
37   
38     {% ifchanged p.time_start %}
39
40     </tr>
41     <tr>
42       <td> {{ p.time_start }} </td>
43
44     {% endifchanged %}
45
46       <td> {{ p.titulo }} </td>
47
48     {% if forloop.last %}
49
50     </tr>
51   </table>
52
53     {% endif %}
54   {% endfor %}
55
56 {% else %}
57
58 <div id="404" style="text-align:center">
59     <h2>Padre Quevedo 404</h2>
60     <br />
61     <div style="color:#FF0000;">
62         Usuario nón ecziste!
63     </div>
64 </div>
65
66 {% endif %}
67
68 <br />
69 <a href="javascript:;" onclick="history.back ();">Voltar</a>
70
71 {% endblock %}