Jonas Havelka
9 months ago
3 changed files with 39 additions and 41 deletions
@ -1,29 +1,29 @@ |
|||||
<table class='vysledkovka'> |
<table class='tabulka_oramovane_sloupce'> |
||||
<tr class='border-b'> |
<tr> |
||||
<th class='border-r'>#</th> |
<th>#</th> |
||||
<th class='border-r'>Jméno</th> |
<th>Jméno</th> |
||||
<th class='border-r'>R.</th> |
<th>R.</th> |
||||
<th class='border-r'>Odjakživa</th> |
<th>Odjakživa</th> |
||||
{% for c in vysledkovka.cisla_rocniku %} |
{% for c in vysledkovka.cisla_rocniku %} |
||||
<th class='border-r'><a href="{{ c.verejne_url }}"> |
<th><a href="{{ c.verejne_url }}"> |
||||
{{c.rocnik.rocnik}}.{{ c.poradi }}</a></th> |
{{c.rocnik.rocnik}}.{{ c.poradi }}</a></th> |
||||
{% endfor %} |
{% endfor %} |
||||
<th class='border-r'>Celkem</th> |
<th>Celkem</th> |
||||
|
|
||||
{% for rv in vysledkovka.radky_vysledkovky %} |
{% for rv in vysledkovka.radky_vysledkovky %} |
||||
<tr> |
<tr> |
||||
<td class='border-r'>{% autoescape off %}{{ rv.poradi }}{% endautoescape %}</td> |
<td>{% autoescape off %}{{ rv.poradi }}{% endautoescape %}</td> |
||||
<th class='border-r'> |
<th> |
||||
{% if rv.titul %} |
{% if rv.titul %} |
||||
{{ rv.titul }}<sup>MM</sup> |
{{ rv.titul }}<sup>MM</sup> |
||||
{% endif %} |
{% endif %} |
||||
{{ rv.resitel.osoba.plne_jmeno }}</th> |
{{ rv.resitel.osoba.plne_jmeno }}</th> |
||||
<td class='border-r'>{{ rv.rocnik_resitele }}</td> |
<td>{{ rv.rocnik_resitele }}</td> |
||||
<td class='border-r'>{{ rv.body_celkem_odjakziva }}</td> |
<td>{{ rv.body_celkem_odjakziva }}</td> |
||||
{% for b in rv.body_cisla_seznam %} |
{% for b in rv.body_cisla_seznam %} |
||||
<td class='border-r'>{{ b }}</td> |
<td>{{ b }}</td> |
||||
{% endfor %} |
{% endfor %} |
||||
<td class='border-r'><b>{{ rv.body_rocnik }}</b></td> |
<td><b>{{ rv.body_rocnik }}</b></td> |
||||
</tr> |
</tr> |
||||
{% endfor %} |
{% endfor %} |
||||
</table> |
</table> |
||||
|
Loading…
Reference in new issue