Tomas 'Jethro' Pokorny
9 years ago
3 changed files with 51 additions and 3 deletions
@ -0,0 +1,22 @@ |
|||||
|
|
||||
|
{% extends "seminar/archiv/base.html" %} |
||||
|
|
||||
|
{% block content %} |
||||
|
<h1> K obálkování </h1> |
||||
|
<table> |
||||
|
<th> |
||||
|
<td>Jméno</td> |
||||
|
{% for u in ulohy %} |
||||
|
<td>{{u.nazev}} |
||||
|
{% endfor %} |
||||
|
</th> |
||||
|
{% for row in kdoco %} |
||||
|
<tr> |
||||
|
{% for cell in row%} |
||||
|
<td>{{cell}}</td> |
||||
|
{% endfor %} |
||||
|
</tr> |
||||
|
{% endfor %} |
||||
|
</table> |
||||
|
{% endblock content %} |
||||
|
|
Loading…
Reference in new issue