|
@ -1,4 +1,5 @@ |
|
|
<table class='tabulka_oramovane_sloupce'> |
|
|
<table class='tabulka_oramovane_sloupce'> |
|
|
|
|
|
<thead> |
|
|
<tr> |
|
|
<tr> |
|
|
<th>#</th> |
|
|
<th>#</th> |
|
|
<th>Jméno</th> |
|
|
<th>Jméno</th> |
|
@ -9,7 +10,10 @@ |
|
|
{{c.rocnik.rocnik}}.{{ c.poradi }}</a></th> |
|
|
{{c.rocnik.rocnik}}.{{ c.poradi }}</a></th> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
<th>Celkem</th> |
|
|
<th>Celkem</th> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</thead> |
|
|
|
|
|
|
|
|
|
|
|
<tbody> |
|
|
{% for rv in vysledkovka.radky_vysledkovky %} |
|
|
{% for rv in vysledkovka.radky_vysledkovky %} |
|
|
<tr> |
|
|
<tr> |
|
|
<td>{% autoescape off %}{{ rv.poradi }}{% endautoescape %}</td> |
|
|
<td>{% autoescape off %}{{ rv.poradi }}{% endautoescape %}</td> |
|
@ -26,4 +30,5 @@ |
|
|
<td><b>{{ rv.body_rocnik }}</b></td> |
|
|
<td><b>{{ rv.body_rocnik }}</b></td> |
|
|
</tr> |
|
|
</tr> |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
|
|
|
<tbody> |
|
|
</table> |
|
|
</table> |
|
|