{{ block title }}{{ endblock }} {{ block content }}

Feedback


In the previous round, you scored {{ player.Practice_score_1 }} points, earning you {{ last_round_ecs }} ECs.

Next, you will play the second round. Again, per point scored, you will earn {{C.Practice_ECs}} ECs. Do your best!

{% for field in form %} {% if field.name not in hidden_fields %} {{ formfield field.name }} {% endif %} {% endfor %}
{% for field in form %} {% if field.name in hidden_fields %} {{ formfield field.name }} {% endif %} {% endfor %}
{{ endblock }}