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


{{ player.question }}

{{ for field in form }} {{ for choice in field }} {{ endfor }}
{{ choice }} {{ choice.label }} {{ if forloop.counter == 1 }} (-5 points) {{ elif forloop.counter == 2 }} (-10 points) {{ elif forloop.counter == 3 }} (-15 points) {{ elif forloop.counter == 4 }} (-20 points) {{ else }} (-25 points) {{ endif }}
{{ endfor }}
{{ endblock }}