{% block style %} {% load staticfiles %} {% endblock %} {% block content %}


{% if player.language == "German" %}

Inwieweit stimmen Sie den folgenden Aussagen zu oder nicht zu?

{% elif player.language == "English" %}

To what extent do you agree or disagree with the following statements?

{% elif player.language == "Arabic" %}

‫إلى أي مدى توافق أو لا توافق على العبارات التالية؟

{% elif player.language == "Farsi" %}

‫با عبارات زیر چقدر موافق یا مخالف هستید؟

{% endif %}
{% if Zahl5 == 5 %} {% extends '_static/Umfrage3BesserGehen.html' %} {% elif Zahl5 == 6 %} {% extends '_static/Umfrage3Ueberfluessig.html' %} {% elif Zahl5 == 7 %} {% extends '_static/Umfrage3Bekaempfen.html' %} {% endif %} {% if Zahl6 == 5 %} {% extends '_static/Umfrage3BesserGehen.html' %} {% elif Zahl6 == 6 %} {% extends '_static/Umfrage3Ueberfluessig.html' %} {% elif Zahl6 == 7 %} {% extends '_static/Umfrage3Bekaempfen.html' %} {% endif %} {% if Zahl7 == 5 %} {% extends '_static/Umfrage3BesserGehen.html' %} {% elif Zahl7 == 6 %} {% extends '_static/Umfrage3Ueberfluessig.html' %} {% elif Zahl7 == 7 %} {% extends '_static/Umfrage3Bekaempfen.html' %} {% endif %} {% if player.language == "German" or player.language == "English" %} {% elif player.language == "Arabic" or player.language == "Farsi" %} {% endif %} {% endblock %}