{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Fußball Akademie
{% endblock %}
{% block content %}
{{ form.five_scarce.errors }}
{{ form.five_scarce_answer_mask.errors }}
{% if player.five_scarce == player.five_scarce1_1 %}
{% endif %}
{% if player.five_scarce == player.five_scarce1_2 %}
{% elif player.five_scarce == player.five_scarce1_3 %}
{% elif player.five_scarce == player.five_scarce1_4 %}
{% elif player.five_scarce == player.five_scarce1_5 %}
{% endif %}
{% endblock %}
{% block scripts %}
{% endblock %}