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


{% if player.language == "German" %}Wie hoch schätzen Sie die Wahrscheinlichkeit ein, eine der folgenden Aktivitäten durchzuführen? {% elif player.language == "English" %}How likely do you think you are to do any of the following activities? {% elif player.language == "Arabic" %}

‫ما مدى احتمال قيامك بأي من الأنشطة التالية؟

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

‫احتمال این که به هریک از فعالیت‌های زیر بپردازید، چقدر است؟

{% endif %}

{% if Zahl8 == 8 %} {% extends '_static/Umfrage4Arbeitsplatz.html' %} {% elif Zahl8 == 9 %} {% extends '_static/Umfrage4Kampagne.html' %} {% elif Zahl8 == 10 %} {% extends '_static/Umfrage4OnlineNachricht.html' %} {% elif Zahl8 == 11 %} {% extends '_static/Umfrage4Verteidigen.html' %} {% endif %} {% if Zahl9 == 8 %} {% extends '_static/Umfrage4Arbeitsplatz.html' %} {% elif Zahl9 == 9 %} {% extends '_static/Umfrage4Kampagne.html' %} {% elif Zahl9 == 10 %} {% extends '_static/Umfrage4OnlineNachricht.html' %} {% elif Zahl9 == 11 %} {% extends '_static/Umfrage4Verteidigen.html' %} {% endif %} {% if Zahl10 == 8 %} {% extends '_static/Umfrage4Arbeitsplatz.html' %} {% elif Zahl10 == 9 %} {% extends '_static/Umfrage4Kampagne.html' %} {% elif Zahl10 == 10 %} {% extends '_static/Umfrage4OnlineNachricht.html' %} {% elif Zahl10 == 11 %} {% extends '_static/Umfrage4Verteidigen.html' %} {% endif %} {% if Zahl11 == 8 %} {% extends '_static/Umfrage4Arbeitsplatz.html' %} {% elif Zahl11 == 9 %} {% extends '_static/Umfrage4Kampagne.html' %} {% elif Zahl11 == 10 %} {% extends '_static/Umfrage4OnlineNachricht.html' %} {% elif Zahl11 == 11 %} {% extends '_static/Umfrage4Verteidigen.html' %} {% endif %} {% if player.language == "German" or player.language == "English" %} {% elif player.language == "Arabic" or player.language == "Farsi" %} {% endif %} {% endblock %}