Zadávání pořadí - {{round}}

{% if errors %}

Problémy

{% endif %} {% if success %}

Pořadí úspěšně zadáno

{% endif %}
{% for team in teams %}

Tým {{team.name}}

Člověk 1:

    {% for c in people %}
  • {% endfor %}

Pořadí

    {% for p in order %}
  • {% endfor %}

Člověk 2:

    {% for c in people %}
  • {% endfor %}

Pořadí

    {% for p in order %}
  • {% endfor %}
{% if team.emerg_remain > 0 %} {% endif %}
{% endfor %}