{% block style %} {% load staticfiles %} {% endblock %} {% block content %}
{% if Zahl12 == 12 %} {% extends '_static/Umfrage5Muslim.html' %} {% elif Zahl12 == 13 %} {% extends '_static/Umfrage5Trans.html' %} {% elif Zahl12 == 14 %} {% extends '_static/Umfrage5Behinderung.html' %} {% endif %} {% if Zahl13 == 12 %} {% extends '_static/Umfrage5Muslim.html' %} {% elif Zahl13 == 13 %} {% extends '_static/Umfrage5Trans.html' %} {% elif Zahl13 == 14 %} {% extends '_static/Umfrage5Behinderung.html' %} {% endif %} {% if Zahl14 == 12 %} {% extends '_static/Umfrage5Muslim.html' %} {% elif Zahl14 == 13 %} {% extends '_static/Umfrage5Trans.html' %} {% elif Zahl14 == 14 %} {% extends '_static/Umfrage5Behinderung.html' %} {% endif %} {% if player.language == "German" or player.language == "English" %} {% elif player.language == "Arabic" or player.language == "Farsi" %} {% endif %} {% endblock %}