Repozitař s webem k orgodostihům
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
381 B

<html>
<head>
<link rel="stylesheet" href="/static/style.css">
<title>Zdraví pacientů</title>
</head>
<body>
<div id="content">
{% for t in teams %}
<div class="team_bar">
<div class="bar" id="bar_{{t.id}}" style="height:{{t.points}}">
</div>
<div class="points">
{{t.points}}
</div>
<div class="emergs">
Záchranky:
{{t.emerg}}
</div>
</div>
{% endfor %}
</div>
</body>