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


{% if player.language == "German" %}Bewerten Sie bitte auf einer Skala von 1 bis 7, wie wohl Sie sich fühlen würden, wenn eine Person aus einer der folgenden Gruppen in Ihrer Nachbarschaft leben würde. {% elif player.language == "English" %}Regardless of whether you live in such a neighborhood, please rate on a scale of 1 to 7 how comfortable you would feel if a person from one of the following groups lived in your neighborhood. {% elif player.language == "Arabic" %}

‫على مقياس من 1 إلى 7، يرجى تقييم مدى شعورك بالراحة إذا عاش شخص من إحدى المجموعات التالية في منطقتك.

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

‫با مقیاس 1 تا 7، مشخص کنید که زندگی فردی از هریک از گروه‌های زیر در محله شما چقدر برای‌تان خوشایند است.

{% endif %}

{% 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 %}